Skip to content

Instantly share code, notes, and snippets.

@tomcask
Forked from WillSquire/chrome_monitorEvents.md
Created February 1, 2017 15:34
Show Gist options
  • Save tomcask/3b8a313bc5bc7857727f0e8c200913b5 to your computer and use it in GitHub Desktop.
Save tomcask/3b8a313bc5bc7857727f0e8c200913b5 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