Skip to content

Instantly share code, notes, and snippets.

@WillSquire
Last active February 1, 2017 15:34
Show Gist options
  • Save WillSquire/ff7e55f7fb1b061e104c to your computer and use it in GitHub Desktop.
Save WillSquire/ff7e55f7fb1b061e104c to your computer and use it in GitHub Desktop.
Chome monitorEvents

Monitor events by ID:

monitorEvents(document.getElementById('id'))

Monitor events by class:

monitorEvents(document.querySelector('.class'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment