Observable form
use with browserify
var of = require('observable-form')
observe form
callback is called with name and value of the change
fields is an object literal containing observable functions for each input
cleanup event listeners
With npm do:
npm install observable-form
npm test
MIT