javascript - How can I know a button's event handler in a html page? -


possible duplicate:
how debug javascript/jquery event bindings firebug (or similar tool)
how inspect element's associated event handlers?

sometimes,i use firebug inspect button in page, found there no onclick function. did have event handler. think used "bind" method attach event handler.

now, question how can use tool , can find out event handler easily?

in google chrome it's easy. there can setup debuger stop execution whenever click event fired:

enter image description here


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -