I\'m creating a simple web app, where users come in; make a selection from drop down boxes and enter some text. Once this is completed, users press a \"generate\" button whi
I think you can use jQuery clone() function to implement your "add row" functionality.
Check out the last example for giving each new row an unique id.