A functional and modular DOM processing library with three major design goals:
- To be insanely fast.
- To be overtly composable.
- To be a joy to use.
var domina = require('domina')(/* CSS selector shim, Events shim */)
Easy-modo: grab it from NPM:
$ npm install domina
( ... )
$ npm install -g brofist-browser
$ make test-browser
# Open the URL printed to the console in your browser
This library assumes an ES5 environment, but can be easily supported in ES3 platforms by the use of shims. Just include es5-shim :3
MIT. i.e.: do whatever you please.