页面禁止双击选中

1    // 页面禁止双击选中
2     $('body').bind("selectstart", function() {return false;});

 

你可能感兴趣的:(页面禁止双击选中)