Jquery :: Disable Right Click

Created For: http://stackoverflow.com/q/10864249/352449

by Salustiano Silva

HTML

<img src="http://db.tt/oM60W6cH" alt="bubu">

JavaScript

$('body').on('contextmenu', 'img', function(e){ return false; });