Skip to content

Latest commit

 

History

History
51 lines (29 loc) · 897 Bytes

readme.markdown

File metadata and controls

51 lines (29 loc) · 897 Bytes

observable-form

Observable form

browser support

build status

Try it out! view on requirebin

use with browserify

methods

var of = require('observable-form')

var o = of(form);

observe form

o.on('change', cb)

callback is called with name and value of the change

o.fields

fields is an object literal containing observable functions for each input

o.cleanup()

cleanup event listeners

install

With npm do:

npm install observable-form

test

npm test

license

MIT