Name | Actions | |
---|---|---|
Babbit, Tom | tbabbit@none.com | Edit | Delete |
Fillion, Sally | sfillion@none.com | Edit | Delete |
Gray, Jason | jgray@none.com | Edit | Delete |
Jenson, Alan | ajenson@none.com | Edit | Delete |
This plugin works in conjunction with the metadata plugin (http://plugins.jquery.com/project/metadata) to bind a table to a form such that you can populate the form with the data stored in a particular row and then use the form to update the data and write it back to the row. It also has functions for creating a new row based on the data in the form, deleting a selected row, and clearing the form of all values. It works with all form elements, including checkboxes, radio buttons, and <select>
If you're not sure where to start, try it out by doing the following steps:
All of the files for this demo, including the metadata plugin and three versions of the plugin file...
...are available in the following zip file:
This demo consists of HTML, CSS, and JavaScript files, and it doesn't make any AJAX/server calls, so you can run the demo on your local machine.