This post is an extension of Customizing JQuery Cloned row attributes.
What I need to do is copy the row, but be selective as to what new Name and ID to assign to each element. For example, if the element is a Radio button, I do not want to change the name (for grouping purposes).
Also, in the example provided in the fiddle, the 'select' list never gets its name or id updated.
Here is the fiddle: http://jsfiddle.net/radi8/EwQUW/15/
Being new to JQuery, I really appreciate any guidance and help in getting this to work. I hate asking silly questions, but this is the BEST board I have found so far and have always received clear, direct answers.