domx-repeat
v0.3.2
Published
DOMx extension that makes it trivial to repeat DOM structures (yes, templates but w/o special syntax).
Downloads
9
Readme
A DOMx extension that makes it easy to dynamically repeat DOM structures.
Bower: bower install domx-repeat
NPM: npm install domx-repeat
Component: component install esha/domx-repeat
Full Version:
Download: domx-repeat.min.js or domx-repeat.js
Adds repeat([value])
function to DOM nodes and lists.
Release History
- 2014-12-10 v0.1.0 (first public release)
- 2015-01-19 v0.1.1 (bugfix - add backup link/storage for anchor's content)
- 2015-02-27 v0.2.1 (support parent-less nodes and declarative, post-repeat callback hooks)
- 2015-03-17 v0.3.1 (x-repeat-init control)
- 2016-09-22 v0.3.2 (Don't rely on DOMx's append() and delay inserting style into head until it has content)