Skip to content

Instantly share code, notes, and snippets.

@mohdsayed
Last active October 26, 2019 02:35
Show Gist options
  • Save mohdsayed/a7f8dfeca442afcd9ab937df4391eb5c to your computer and use it in GitHub Desktop.
Save mohdsayed/a7f8dfeca442afcd9ab937df4391eb5c to your computer and use it in GitHub Desktop.
Get events attached to an element #javascript
//Check events attached to an element
jQuery._data( jQuery('.selector')[0], "events" );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment