DOMx Stringify

DOMx extension that makes it easy to convert DOM structures to strings, both plain and marked up for highlighting.

View the Project on GitHub esha/domx-stringify

A DOMx extension that makes it easy to convert DOM structures to strings, both as plain HTML output and marked up versions for highlighting. This is heavily used in the DOMx demo.

Bower: bower install domx-stringify
NPM: npm install domx-stringify
Component: component install esha/domx-stringify
Build Status

Full Version:

Download: domx-stringify.min.js or domx-stringify.js

Adds stringify([markup][, indent]) function to both DOM nodes and lists.

Release History