摘要: $('body').live("mousedown",function(e){$('body').bind("contextmenu",function(e){returnfalse;});if(e.which==3){alert("鼠标右键触发事件");}});1为左键。2为中间滑轮。3为右键 阅读全文
posted @ 2013-06-27 17:50 webnote 阅读(476) 评论(0) 推荐(0) 编辑