Skip to content

Latest commit

 

History

History
80 lines (61 loc) · 3.19 KB

README.md

File metadata and controls

80 lines (61 loc) · 3.19 KB

HTML is a small, extensible library to help you enjoy the DOM in a simple, direct way.

Please check out the demo, the API and the F.A.Q..

Full Version:

Download: HTML.min.js or HTML.js
Bower: bower install HTML
NPM: npm install html.js
Component: component install nbubna/HTML

Includes dot-traversal, query(), each(), only(), event(), add(), remove(), HTML.ify() and emmet abbreviations in add():

Base Version:

Download: HTML.min.js or HTML.js

Includes dot-traversal, query(), each(), only(), event(), add(), remove() and HTML.ify():

Core Version:

Download: HTML.min.js or HTML.js

Includes dot-traversal, query(), each(), only() and HTML.ify():

Release History

Thanks to Adrian Cooney for the inspiration and starting point for this project.