Jquery refresh dynamic table

Hi

I have created a table where the user can dynamically add / modify / delete table rows.
When the user clicks the “update” button, the data is successfully changed in the table.
However if the user adds a blank row or deletes a row, I need the table to refresh to reflect these changes.

How do I do this?

Here is a link to my files:
http://mandatorymarketinginc.com/web/refresh.RAR

Thanks.