[jQuery] "Populate" plugin updated (plugin to fill forms using JSON)

[jQuery] "Populate" plugin updated (plugin to fill forms using JSON)


Hi Everyone,
I've finally updated my Populate plugin, which populates a form using
JSON data.
This plugin supports full PHP hierarchical naming and deep JSON data
structures, as well as checkbox arrays and other non-standard UI
controls. The plugin can be used as part of your AJAX toolkit, or for
separating server-side code from HTML by populating a form after the
page has loaded.
The project homepage is here:
http://www.keyframesandcode.com/code/development/javascript/jquery-populate-plugin/
And I have finally got round to providing demos! Including:
* Populating a simple form, using string variable types for
textfields, radiobuttons, dropdowns and checkboxes
* Populating a complex form, using array variable types for
checkbox arrays and multi-list boxes
* Populating a hierarchical form, using hierarchical JSON data
You can access full instructions and the demo page here:
http://www.keyframesandcode.com/resources/javascript/jQuery/demos/populate-demo.html
If you'd like to report any bugs, or have features included I've not
thought of, please respond via the commenting system on the project
home page.
Cheers,
Dave