Cool, thanks. Actually, it looks like I've found a solution without having to revert to an old version. If I preceed .slidDown() with .show() then the radio state is maintained. In other words I've changed:
targetContent.slideDown(300); to targetContent.show().slideDown(300); I still get the slide effect and it works in IE 6,7 and FF. Thanks again. ----- Original Message ----- From: "rolfsf" <[EMAIL PROTECTED]> To: <jquery-en@googlegroups.com> Sent: Tuesday, June 26, 2007 8:05 PM Subject: [jQuery] Re: Fw: slide and radio button state I encountered this problem a while back, and from what I remember, we found that we could get around the problem by using visibility:hidden instead of display:none for IE... I'll try and find the exact scenario. If I remember correctly, it was the display:none that reset the radio button states in IE. Gareth Hughes-3 wrote: > > > Thanks Dan, at least I don't feel all alone now :) > > @Mike, yes it looks like the same thing. > > By mistake, I just checked the behaviour using jQuery 1.1 (Rev: 1073) (I > was > using 1.2 before) and the radio button state IS maintained in IE (and FF). > I'm not exactly keen on the idea but nothing else on the page appears > broken > so I might use 1.1 in this instance. > > I also tested 1.1.3a but the problem was still there. > > Thanks Guys. > > -- View this message in context: http://www.nabble.com/Fw%3A-slide-and-radio-button-state-tf3983394s15494.html#a11311765 Sent from the JQuery mailing list archive at Nabble.com.