Skip to content

Instantly share code, notes, and snippets.

@yoko
Created June 18, 2009 07:25
Show Gist options
  • Save yoko/131769 to your computer and use it in GitHub Desktop.
Save yoko/131769 to your computer and use it in GitHub Desktop.
// so disgraceful..
killContextMenu = function() {
$('img').bind('contextmenu', function() {
return false;
});
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment