Skip to content

Instantly share code, notes, and snippets.

@CastenettoA
Created July 8, 2013 13:07
Show Gist options
  • Save CastenettoA/5948610 to your computer and use it in GitHub Desktop.
Save CastenettoA/5948610 to your computer and use it in GitHub Desktop.
event.preventDefault crossbrowser with ternar operator
event.preventDefault ? event.preventDefault() : event.returnValue = false;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment