Jquery禁用网页右键菜单

$(function(){  
    $(document).bind("contextmenu",function(e){  
        return false;  
    });  
});

  

posted @ 2017-02-22 13:54  冷战  阅读(2464)  评论(0编辑  收藏  举报