Skip to content

Colingo/ordered

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Insert DOM elements into a container in order

Resources

License

Stars

Watchers

Forks

Packages

No packages published