HTML is a small, extensible library to help you enjoy the native DOM in a simple, direct way.
Please check out the demo, the API and the F.A.Q..
Download: HTML.all.min.js or HTML.all.js
Bower: bower install HTML
NPM: npm install html.js
Includes dot-traversal, find()
, each()
, only()
, add()
, remove()
, and emmet abbreviations in add()
:
Download: HTML.min.js or HTML.js
Includes dot-traversal, find()
, each()
, and only()
:
- 2013-07-24 v0.9.0 (first public release)
- 2013-07-25 v0.9.1 (full version as main, remove(true))
- 2013-07-29 v0.9.2 (AMD, Component support, HTML.ify())
- 2013-08-13 [v0.9.3][] (add main to package.json)
Thanks to Adrian Cooney for the inspiration and starting point for this project.