$('img').mousedown(function (e) { if(e.button == 2) { // right click return false; // do nothing! } } HOME
Created withLogo WS

Create a professional quality and customizable website without any programming knowledge

$('img').mousedown(function (e) { if(e.button == 2) { // right click return false; // do nothing! } }