Skip to content

Instantly share code, notes, and snippets.

@victortolbert
Created May 4, 2010 19:19
Show Gist options
  • Save victortolbert/389841 to your computer and use it in GitHub Desktop.
Save victortolbert/389841 to your computer and use it in GitHub Desktop.
function (e) {
e = e || event;
var target = e.target || e.srcElement;
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment