Disable right-click on Images This script will disable right-click only on images. $('img').bind('contextmenu', function(e) { return false; });