Hello,
I have some radio buttons inside a <div>
container which I show and hide via jQuery effect. When the container hides in Firefox, the radio buttons are fine and the values reappear when the container reappears. However, in IE, the radio buttons first clear the checked radio button and then hides. You can see it happen in fact.
I also know that it is clearing both the UI (checked) button appearance and the CHECKED attribute of the tag because looking for a radio button in the container with a CHECKED attribute fails to return anything.
Has anyone experienced this problem before?