/ Published in: jQuery
Don't ever do this, unless your employer threatens to flogg you with a loaf of stale bread. Then, maybe it's okay.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$(document).ready(function(){ $(document).bind("contextmenu",function(e){ return false; }); });