Skip to content

Instantly share code, notes, and snippets.

@Planeshifter
Created August 19, 2014 02:12
Show Gist options
  • Save Planeshifter/e18aaa686b3b9e46b6b8 to your computer and use it in GitHub Desktop.
Save Planeshifter/e18aaa686b3b9e46b6b8 to your computer and use it in GitHub Desktop.
getTarget
function getTarget(e){
if (!e){
e = window.event;
}
return e.target || e.srcElement;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment