/ Published in: jQuery
URL: http://devgrow.com/quick-tip-preventing-right-click-context-menu-with-jquery/
Do not use this unless you are greedy, ignorant, and promoting the continued standard or thought the computers and applications are broken and do not work!!!
Expand |
Embed | Plain Text
$('*').bind("contextmenu", function(e){ return false; })
You need to login to post a comment.
