$(document).ready(function() { $(document).bind("contextmenu",function(e) { alert("No right-clicking!"); return false; }); });