jquery一句话备忘录
摘要:1. 禁用网页右键$(document).bind("contextmenu", function() { return false; });2. 禁用页面双击选择和拖拽选择$(document).bind("selectstart", function() { return false; });
阅读全文
posted @ 2011-09-08 22:49
进步最重要
posted @ 2011-09-08 22:49
posted @ 2011-09-05 15:04