HTML Form Radio Elements Not Serializing (IE7/8/+)

HTML Form Radio Elements Not Serializing (IE7/8/+)

I have an Ajax form that contains radio buttons.

On Chrome and Firefox it submits fine and the back end has all the info on the form, including the radio button info.

On IE 7/8/+ all info EXCEPT the radio button information is posted to the server.

Is there a known issue with radios and serializing in jQuery?  I'm using 1.4.2

Anyone run into this before and have a quick tip to share?