Skip to content

ptf/DOM-inspector

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

AcID DOM Inspector (aka ADI) is a simple DOM inspector written in JavaScript. It has been created as a school project and doesn't aim to compete with tools such as Firebug or Chrome DevTools.

ADI provides a simple DOM tree overview with an interactive highlighting feature. Simple editing of attributes is available for selected DOM nodes.

How to use

  1. Download the latest version of ADI.
  2. Move the acid-dom folder into your project's root folder
  3. Add the ADI stylesheet to the <head> tag: <link rel="stylesheet" href="acid-dom/css/acid_dom.css">.
  4. Add the ADI source code before the </body> tag: <script src="acid-dom/js/acid_dom.min.js"></script>.
  5. That's it, now you're ready to start using ADI. ;)

Usage notes

For further information visit the ADI demo page, please.

About

Simple DOM inspector written in JS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.1%
  • CSS 17.3%
  • HTML 10.0%
  • Ruby 1.6%