Fire bug Events
How do a look for the events in firebug? I want to find out how m开发者_StackOverflow中文版any events that are their in the page using fire bug.
If you want to look for all events on web page you may use EventBug plugin for firebug http://getfirebug.com/wiki/index.php/Firebug_Extensions#Eventbug
But if you want debug it you may use Event Listener Breakpoints in Google Chrome http://code.google.com/intl/ru-RU/chrome/devtools/docs/scripts-breakpoints.html#listeners
精彩评论