0.4.6 • Published 11 years ago

domina v0.4.6

Weekly downloads
4
License
-
Repository
github
Last release
11 years ago

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.