摘要:
1) 禁用鼠标右键单击 jQuery程序员可以使用此代码在网页上禁用鼠标右键点击。12345678910$(document).ready(function() {//catch the right-click context menu$(document).bind("contextmenu",function(e) { //warning prompt - optionalalert("No right-clicking!");//delete the default context menureturn false;});}); 2) 利用jQue 阅读全文
posted @ 2014-03-09 22:26
GC2013
阅读(511)
评论(0)
推荐(2)
浙公网安备 33010602011771号