SyntaxFix
Write A Post
Hire A Developer
Questions
In chrome and firefox the methods above didn't work unless I used 'live' instead of 'bind'.
This worked for me:
$('img').live('contextmenu', function(e){ return false; });