0.0.0 • Published 10 years ago

form-populate v0.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

Form-Populate

Update the values in a form using a map. Currently only supports simple values like strings or ints. Multi-selects and radio buttons aren't supported until I can think of a nice way to do it.

Usage

form_populate(form_element,{name: "value"});

If using browserify you'll want to require() the function first.

0.0.0

10 years ago