jQuery(document).ready(function() { jQuery(document).bind("contextmenu", function(){ return false; }); jQuery('img').bind("contextmenu", function(){ return false;}); }); if (typeof document.onselectstart!="undefined") { document.onselectstart=new Function ("return false"); } else{ document.onmousedown=new Function ("return false"); document.onmouseup=new Function ("return true"); }