Skip to content

Instantly share code, notes, and snippets.

@m-arrieta-r
Created August 16, 2016 03:44
Show Gist options
  • Save m-arrieta-r/49f1d55dd7a8f128830c764d7f2822a5 to your computer and use it in GitHub Desktop.
Save m-arrieta-r/49f1d55dd7a8f128830c764d7f2822a5 to your computer and use it in GitHub Desktop.
document.addEventListener('click', (event) => {
console.log(event.target.toString());
}, true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment