How To Disable Right-Click On Images Using jQuery

Published Date Author: , Posted April 15th, 2011 at 9:35:11am

jQuery('img').bind( 'contextmenu', function(e){ return false; } );

No comments as yet.

Leave Your Comment  Leave a comment

All fields marked with "*" are required.