Skip to content
This repository has been archived by the owner on Nov 29, 2017. It is now read-only.

furey/simple-js-dom-inspector

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

DomInspector

Based on oldprojects/Simple-JavaScript-DOM-Inspector (see inspector.source.js).

By default, it…

  • styles hovered elements
  • logs the clicked element to the console
  • cancels on Escape key

…though it's fully configurable via its options parameter.

Usage

var options = {}; // See 'initialise' method for attributes.
var inspector = new DomInspector(options);

About

A simple JavaScript DOM inspector that styles hovered elements and can perform actions on click.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%