I'm trying to reverse engineer JavaScript, and paradoxically, JS is not terribly clear or well documented. I have a series of events that were fired (using jQuery) that I need to find where the function is located.
Is there a way to configure Firebug (or Opera / IE consoles, not Chrome / Safari) so that I can see what events are fired when a button is clicked?
thanks
source share