I want to create (using Javascript) a copy of an element and it's children, change the ids in copy and append it to my document.
to be precise I want to have my current table and new data entered in it's Input, intact and add a row like the first row of the table to the end.
to be precise I want to have my current table and new data entered in it's Input, intact and add a row like the first row of the table to the end.