Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Development Tools

Jenny Swift
Jenny Swift
21,999 Points

firequery/locating an element's event handlers

Hi, I have been trying to figure out how to find jquery event handlers that are attached to an element, using firebug. I want firebug to show me which line of code the event handler is on. I have installed firequery and viewed the firequery test page, and what appeared in the html panel of firebug looked like what I want. But when I go to my own webpage firequery doesn’t seem to be working, i.e, I don’t see that same information in the html panel that shows the event handlers attached to the elements. Can anyone help me please with either getting firequery to work, or showing me an alternative way of displaying which line of code the event handler is on?

Jenny Swift
Jenny Swift
21,999 Points

To make it clearer, what I want is like the information given in the firebug style panel-it says the file name and line number and shows the style rules for the selected element-except for jquery not css.