/ Published in: Other
Expand |
Embed | Plain Text
$(document).ready(function(){ $(document).bind("contextmenu",function(e){ return false; }); });
You need to login to post a comment.
silentpro on 07/30/11
javascript js textmate jquery click right disable
$(document).ready(function(){ $(document).bind("contextmenu",function(e){ return false; }); });
You need to login to post a comment.