jQuery DOM Outliner. An easy implementation of Dev tools like implementation with jQuery.
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>
(Coming soon)
(Coming soon)
(Nothing yet)