Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does anyone know a DOM inspector javascript library or plugin?

Does anyone know of a DOM inspector javascript library or plugin?

I want to use this code inside a website I am creating, I searched a lot but didn't find what I wanted except this one: http://slayeroffice.com/tools/modi/v2.0/modi_help.html

UPDATE: Seems that no one understood my question :( I want to find an example or plug-in which let me implement DOM inspector. I don't want a tool to inspect DOMs with; I want to write my own.

like image 753
Amr Elgarhy Avatar asked Apr 12 '09 18:04

Amr Elgarhy


1 Answers

I am also looking for the same thing, and in addition to http://slayeroffice.com/tools/modi/v2.0/modi_help.html i found: http://www.selectorgadget.com/ ( https://github.com/iterationlabs/selectorgadget/ )

Also came across this https://github.com/josscrowcroft/Simple-JavaScript-DOM-Inspector

Unfortunately I haven't found anything based on jQuery. But "Javascript DOM Inspector" seems to be the right keywords to look for this kind of thing.

like image 76
Christoph Avatar answered Sep 22 '22 13:09

Christoph