Jquery :: Disable Right Click
Created For: http://stackoverflow.com/q/10864249/352449
HTML
<img src="http://db.tt/oM60W6cH" alt="bubu">
JavaScript
$('body').on('contextmenu', 'img', function(e){ return false; });
<img src="http://db.tt/oM60W6cH" alt="bubu">
$('body').on('contextmenu', 'img', function(e){ return false; });