Is there anyway I can figure out perhaps using firebug, when I click on a element the name(s)/body(s) of a function which get called.
for an example I want to know what are the Javascript functions that got triggered when I press tweet button.
Please note that I am not talking about eventLog
, breakpoints, or anything that requires to modify the source code.
I found out that visual event is an amazing tool which can help to visualize all the events attached with different elements.