Skip to content

Instantly share code, notes, and snippets.

@thebouv
Created July 29, 2014 20:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thebouv/a09c07365f26d5ab9e44 to your computer and use it in GitHub Desktop.
Save thebouv/a09c07365f26d5ab9e44 to your computer and use it in GitHub Desktop.
preventDefault fix
(e.preventDefault) ? e.preventDefault() : event.returnValue = false;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment