Home > Q&A > body text
For example, the content of this websitehttp://bj.kongjianjia.com/xie...
仅有的幸福2017-06-13 09:26:04
Reconstruct the right-most eventhttp://www.oschina.net/code/s...
PHP中文网2017-06-13 09:26:04
contextmenu event prevents the default behavior of right click
$(document).bind('contextmenu', function () { return false; })
滿天的星座2017-06-13 09:26:04
https://developer.mozilla.org... More detaileddocument.addEventlistener('contextmenu',function(e){e.preventDefault();})