set name parameter does not work in ie7

set name parameter does not work in ie7

Looks like attr("name","value") method is not working to set name attribute value for input type in IE 7. It works fine in IE 8 and other browsers. Method works fine for other attribute in IE 7 e.g. id attribute

While setting name attribute it sets 'submitName' attribute and not 'name' attribute. Somehow IE 7 is not allowing to set name attribute dynamically.




Test case:  http://jsfiddle.net/zRFnz/3/

I also posted bug to jQuery bug report i.e. http://bugs.jquery.com/ticket/8418

But this issue is showstopper for us and I thought to check with forum if anyone has any suggestion for workaround.

Thanks for any help for this issue...