Possible Duplicate:
How to debug Javascript/jQuery event bindings with FireBug (or similar tool)
How to inspect an element's associated event handlers?
Sometimes,I use firebug to inspect a button in page, I found there is no onclick function. But actually it did have an event handler. I think it used "bind" method to attach event handler.
Now, my question is how can I use some tool and I can find out the event handler easily?