vote up 1 vote down star

on any element in the webpage. I need to look at what the element and children elements are.

For e.g.

flag

4 Answers

vote up 16 vote down

Firebug's Inspect tool sounds like what you're looking for.

link|flag
vote up 4 vote down

Check out Firebug http://getfirebug.com

link|flag
vote up 8 vote down

Also the Web Developer extension does a good job for DOM inspection...

link|flag
Web Developer tool bar is great, you can turn bits on and off for testing as well as analysis the page. I think its a wicked tool. – Jon Oct 30 '08 at 11:20
vote up 1 vote down

You may also use the Firefox DOM Inspector. In the app click the icon at the very top left, then on the desired element on the page, and it should scroll automatically to the relevant node in the DOM tree.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.