Skip to content

Simple DOM manipulation object for modern browser using plain javascript and ES6 module syntax

License

Notifications You must be signed in to change notification settings

nickeljew/es6-dom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ES6-DOM

Simple DOM manipulation object for modern browser using plain javascript and ES6 module syntax

Installation

npm install es6-dom --save

Example

<div id="item1">Hello World</div>


import Dom from 'es6-dom'

let el = Dom.nodeById(id)
Dom.addClass(el, "info-list")

License

MIT

About

Simple DOM manipulation object for modern browser using plain javascript and ES6 module syntax

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published