/ Published in: jQuery
URL: http://forrst.com/posts/Disable_right_click_using_jquery-2La
Thanks to Niraj Chauhan on Forrst for this
Expand |
Embed | Plain Text
// place inside your docready $(document).bind("contextmenu",function(e){ return false; });
You need to login to post a comment.
