Skip to content

Instantly share code, notes, and snippets.

@ctkjose
Last active February 16, 2017 22:09
Show Gist options
  • Save ctkjose/b42cc2239ebfc6c6fb256140d58acf22 to your computer and use it in GitHub Desktop.
Save ctkjose/b42cc2239ebfc6c6fb256140d58acf22 to your computer and use it in GitHub Desktop.
Debug JQUERY

List the event listeners added to an object using JQUERY:

$._data($('selector')[0],'events');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment