Problem with cloning of radio group in IE6
I need to create a new radio group by clicking Add Another Asset link. I am using jquery-1.3.2 and applying cloning(true) on the first radio group object then renaming all the "id,name,for" attributes and appending to the existing Dom. Its working fine in fire fox and chrome, working as desired with events and everything but in IE6 all the radio groups are behaving as a single group. Its allowing to select only one radio button out of ten different groups.
I have 4 different dynamic layers which are cloning and using radio buttons in my page.
Is there any work around in jquery or so?