0.0.18 • Published 8 years ago

observable-form v0.0.18

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

observable-form

Observable form

js-standard-style build status Sauce Test Status Greenkeeper badge

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.toJSON

a json representation of fields

o.cleanup()

cleanup event listeners

install

With npm do:

npm install observable-form

test

npm test

license

MIT

0.0.18

8 years ago

0.0.17

8 years ago

0.0.16

8 years ago

0.0.15

8 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago

0.0.0

11 years ago