/ Published in: jQuery
Thanks to Niraj Chauhan on Forrst for this
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
// place inside your docready $(document).bind("contextmenu",function(e){ return false; });
URL: http://forrst.com/posts/Disable_right_click_using_jquery-2La