There's a command called getEventListeners()<https://getfirebug.com/wiki/index.php/Command_Line_API#getEventListeners.28.29>, which allows to get all related event listeners. You may also be interested in the Firebug extension called Eventbug<https://getfirebug.com/wiki/index.php/Firebug_Extensions#Eventbug> . We also plan to integrate Eventbug into Firebug<http://code.google.com/p/fbug/issues/detail?id=5440> .
Sebastian On Saturday, September 7, 2013 10:05:11 AM UTC+2, Konstantinos Papakonstantinou wrote: > > Hello, > > I am completely new to Firebug. I want to know if Firebug can show me the > Javascript functions/code that an element may be associated with. > > For example, choosing a button and Firebug directing me to the code that > is triggered to run when clicking that button. > > Thanks for your help. > -- You received this message because you are subscribed to the Google Groups "Firebug" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/firebug. To view this discussion on the web visit https://groups.google.com/d/msgid/firebug/60fa968b-65b3-4b93-b736-15f5692f8349%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
