Possible Duplicates:
Adding rows to a table with jQuery
Jquery and adding row to table.
Hi,
I currently have a table that has one row and with this table row, I have five cells where a user can place in required information.
What I would like to achieve is a means of having an "Add Row" button using jQuery, by where the user can create on the fly, additional rows/cells within this table if required by pressing the "Add Row" button.
Basically would like to keep appending rows within this table and then go through each of these rows and store the data into a database table.
Any help would be much appreciated.
Thanks.