[jQuery] Re: cloning radio buttons/names in IE

2009-08-19 Thread zadee
Update: I've seen others replacing/emulating the browser radio button handling with custom .click() functions For now, I replaced the radio buttons with a ...

[jQuery] cloning radio buttons/names in IE

2009-08-18 Thread zadee
Hi, I need to .clone() sections in a dynamic form, but get problems with the radio buttons in IE. To work as a group, the radio buttons need to have the same name (per section). This is accomplished by changing the name attribute after cloning a hidden section in a . Easy with jQuery! - and it w