/ Published in: jQuery
Expand |
Embed | Plain Text
$(document).ready(function() { $(document).bind("contextmenu",function(e){ return false; }); });
You need to login to post a comment.
stancox on 10/21/09
3 people have marked this snippet as a favorite
$(document).ready(function() { $(document).bind("contextmenu",function(e){ return false; }); });
You need to login to post a comment.