I\'d like to 1) Draw create form fields and populate them with data from javascript objects 2) Update those backing objects whenever the value of the form field changes
DataBind - a template plugin for jQuery. The library has a method unbinddata(), which collects the data back to json-array.
unbinddata()
Unfortunately, the library works only with form inputs.
If you made some solution, can I see it?