Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

node explorer script?

Tags:

javascript

dom

I'd like to display a DOM node tree in a browser, with collapsable children. I'm looking for pretty much the same functionality as FireBug's "html" tab, only I want it within the browser window, and I want to be able to choose an arbitrary node as the root. Before I write it myself, I figured I'd check to make sure no one can point me toward an already-written one.

like image 295
morgancodes Avatar asked Feb 27 '26 05:02

morgancodes


1 Answers

I'd check out FireBug Lite, a special version of FireBug implemented all in Javascript so as to be usable on inferior browsers like Internet Explorer: http://www.getfirebug.com/lite.html

It's almost exactly what you want (I think), and even if it isn't it should be close enough to give you something to start from.

like image 123
machineghost Avatar answered Feb 28 '26 20:02

machineghost



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!