禁用鼠标右键

// 禁用鼠标右键

$(document).bind("contextmenu", function() {
      return false;
});
posted @ 2011-07-16 11:14  txsun  阅读(279)  评论(0编辑  收藏  举报