/ Published in: JavaScript
Expand |
Embed | Plain Text
$(document).ready(function(){ $(document).bind("contextmenu",function(e){ return false; }); });
You need to login to post a comment.
$(document).ready(function(){ $(document).bind("contextmenu",function(e){ return false; }); });
You need to login to post a comment.