jQuery(document).ready(function($){ $('body').bind('contextmenu', 'img', function(e) { return false; }); });
Select Page