Skip to content

jQuery DOM Outliner. An easy implementation of Dev tools like implementation with jQuery.

Notifications You must be signed in to change notification settings

vitorhsb/jquery-dom-outliner

Repository files navigation

jQuery DOM outliner

jQuery DOM Outliner. An easy implementation of Dev tools like implementation with jQuery.

Getting Started

Download the production version or the development version.

In your web page:

<script src="jquery.js"></script>
<script src="dist/dom-outliner.min.js"></script>
<script>
jQuery(function($) {
  $.outliner(); // "outline dom on mouseover events"
});
</script>

Documentation

(Coming soon)

Examples

(Coming soon)

Release History

(Nothing yet)

About

jQuery DOM Outliner. An easy implementation of Dev tools like implementation with jQuery.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published