jQuery使用技巧

禁用页面的右键菜单

1
2
3
4
5
$(document).ready(function(){  
$(document).bind("contextmenu",function(e){
return false;
});
});
Read more
Your browser is out-of-date!

Update your browser to view this website correctly.&npsb;Update my browser now

×