I'm not quite sure how to ask this, so please ask me to explain again if it makes no sense...
I'm working with a website template, which came with jQuery built in, plus it's own series of javascript which controls things such as imge galleries and the like.. all very good.
I need to be able to see events as they are occuring. For example, there is a class applied to anchor tags <a> which I need to retain for visual purposes, but there seems to be a javascript function effecting what occurs when this link is clicked, but I can't seem to find it.
Is there a way to watch in real time, what javascript events are functions are being fired when particular events are occuring. For example, if I click on the anchor tag, what javascript or functions does this event kick off.
I'm using Firefox with Firebug installed.
Many thanks in advance..
Jason
|