janmyler / DOM-inspector

Simple DOM inspector written in JS.

Home Page:http://janmyler.github.io/DOM-inspector/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

http://janmyler.github.io/DOM-inspector/

License:MIT License


Languages

Language:JavaScript 71.1%Language:CSS 17.3%Language:HTML 10.0%Language:Ruby 1.6%