Skip to content

Instantly share code, notes, and snippets.

@icodesido
Created June 20, 2017 15:06
Show Gist options
  • Save icodesido/bff78427ae806d49cb6c2449dc124578 to your computer and use it in GitHub Desktop.
Save icodesido/bff78427ae806d49cb6c2449dc124578 to your computer and use it in GitHub Desktop.
Get className on click
window.onclick = function(e) {
console.log(e.target.className);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment