I am using Firebug in Firefox. A button has various attributes like id
, name
and class
. I am having a hard time to find out, which JavaScript function is getting exectued using Firebug.
Is there a quick way to get to know, which function gets executed when I click on an HTML element?