Hey guys,
I’m trying to develop a small application and one of the objects that goes along with it is a table that has form fields in it. The table needs to have an add row button to add a new row obviously as well as a delete button to remove a row if necessary.
Well, I got the table set up and I’m using jQuery to add a row with a unique ID for the form elements however, for some reason, the remove code will NOT remove dynamically generated content.
Any ideas why? The files are attached.
Thanks!