Skip to content

Instantly share code, notes, and snippets.

@RyoSugimoto
Last active August 29, 2015 14:00
Show Gist options
  • Save RyoSugimoto/11102834 to your computer and use it in GitHub Desktop.
Save RyoSugimoto/11102834 to your computer and use it in GitHub Desktop.
jQueryのイベントハンドラを調べる。
$._data($("#js_debug").get(0), "events");
$._data($0[0], "events");
var findHandler = function (selector) {
return selector + $._data($(selector).get(0), "events");
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment