How To Disable Right-Click On Images Using jQuery

Author: , April 15th, 2011

jQuery(‘img’).bind( ‘contextmenu’, function(e){ return false; } );