摘要:
同时适合IE、firefox、谷歌浏览器下适用,经过筛选代码如下://禁用右键、文本选择功能、复制按键$(document).bind(“contextmenu”,function(){returnfalse;});$(document).bind(“selectstart”,function(){returnfalse;});$(document).keydown(function(){returnkey(arguments[0])});//按键时提示警告functionkey(e){varkeynum;if(window.event){keynum=e.keyCode;//IE}elsei 阅读全文
posted @ 2011-06-03 13:26
sky7034
阅读(334)
评论(0)
推荐(1)
浙公网安备 33010602011771号