domina

0.4.6 • Public • Published

Domina

Build Status Dependencies Status

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.

browser support

Example

var domina = require('domina')(/* CSS selector shim, Events shim */)

Installation

Easy-modo: grab it from NPM:

$ npm install domina

Documentation

( ... )

Tests

$ npm install -g brofist-browser
$ make test-browser
# Open the URL printed to the console in your browser

Platform support

This library assumes an ES5 environment, but can be easily supported in ES3 platforms by the use of shims. Just include es5-shim :3

Licence

MIT. i.e.: do whatever you please.

Dependents (0)

Package Sidebar

Install

npm i domina

Weekly Downloads

1

Version

0.4.6

License

none

Last publish

Collaborators

  • killdream