Skip to content

spasdk/dom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML elements low-level handling

build status npm version dependencies status devDependencies status Gitter

Wrapper for DOM manipulation.

Installation

npm install spa-dom

Usage

Add the singleton to the scope:

var dom = require('spa-dom');

Contribution

If you have any problem or suggestion please open an issue here. Pull requests are welcomed with respect to the JavaScript Code Style.

License

spa-dom is released under the MIT License.