jquery-ui grid Create Read Update Delete
jquery, jquery-ui
Solution
You might want to take a look at a grid plugin, such as jqGrid.
Problem
Using the jQuery library, not any other JavaScript library, if you were to create a grid input for your users, one that allowed users to insert new data, change the description of existing data and delete data, would you do that using an html table with html tr and td tags, or is there some other method of displaying a sheet of data?