ordered

0.1.7 • Public • Published

ordered

build status dependency status

browser support

Insert DOM elements into a container in order

Example

var ordered = require("ordered")
 
var insert = ordered(containerElem)
 
insert("someKey", someElem)
insert("someOtherKey", someElem)
insert(data.sortKey, Widget(data))

The elements will be inserted into the containerElem in order of the key you pass as first argument

Installation

npm install ordered

Contributors

  • Raynos

MIT Licenced

Readme

Keywords

none

Package Sidebar

Install

npm i ordered

Weekly Downloads

0

Version

0.1.7

License

none

Last publish

Collaborators

  • raynos