Tagalong

Tagalong is a simple, yet powerful, JavaScript DOM templating library that lets you apply data (objects, arrays, strings and numbers) to elements in your document, creating new elements as needed and only updating the elements that relate to data. For more information, check out the project on GitHub.

Examples:

Input

Edit the HTML and JavaScript below and watch the output change on the right.

HTML


JavaScript

Output

HTML

        

Took 0ms

This demo was made with love, Tagalong, and CodeMirror.

Fork me on GitHub