Skip to content

Instantly share code, notes, and snippets.

@EpokK
Created January 29, 2014 09:59
Show Gist options
  • Save EpokK/8684906 to your computer and use it in GitHub Desktop.
Save EpokK/8684906 to your computer and use it in GitHub Desktop.
Best way to get the Original Target
var originalTarget = event.target || event.srcElement || event.originalTarget;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment