禁用右键

$(document).ready(function(){
    $(document).bind("contextmenu",function(e){
        return false;
    });
});
posted @ 2014-11-14 16:37  asp.net12138  阅读(198)  评论(0编辑  收藏  举报