I\'m trying to clone a table row and update the multiple id\'s to reflect the input fields. I start by doing this and it works:
$(id).clone().attr(\"id\", \"
I have found when I do a lot of .clone() stuff it is better to use a class rather than an id attribute. This way you can clone, yet reference it by a known entity (the class), and still get unique via an index into the element group via an .eq()