Skip to content

Instantly share code, notes, and snippets.

@etoxin
Created May 30, 2017 04:32
Show Gist options
  • Save etoxin/97bf8e486be122c35635a44f1e9c07ed to your computer and use it in GitHub Desktop.
Save etoxin/97bf8e486be122c35635a44f1e9c07ed to your computer and use it in GitHub Desktop.
Native JS Stuff
document.body.addEventListener('click', (event) => {
if (event.target.className === 'class-name') {
// do stuff.
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment