GeorgeWang地字3号

JQuery、Node.js http://www.pecloud.cn/

导航

jquery 禁止右键点击

$(document).ready(function(){

  $(document).bind("contextmenu", function(e) {

    return false;

  });

});

posted on 2011-02-20 14:16  GeorgeWang  阅读(303)  评论(0编辑  收藏  举报