禁用鼠标右键

// 禁用鼠标右键

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