0.0.18 • Published 7 years ago

observable-form v0.0.18

Weekly downloads
4
License
MIT
Repository
github
Last release
7 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

7 years ago

0.0.17

7 years ago

0.0.16

7 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago