开发者

jQuery show/hide on radio button change not working in IE7

开发者 https://www.devze.com 2023-04-10 10:59 出处:网络
I have a form that shows/hide different info depending on which radio button you click. The code works fine in everything except IE7 (haven\'t tested IE6 but we are not supporting that anymore :) )

I have a form that shows/hide different info depending on which radio button you click. The code works fine in everything except IE7 (haven't tested IE6 but we are not supporting that anymore :) )

The script is triggered by the first set of radio buttons (Account type)

The fiddle is here: http://js开发者_如何学Gofiddle.net/clintongreen/HBr8f/


I’m pretty sure your markup is invalid, I wouldn’t use a fieldset as direct descendant to an ul element. Try validating your markup using the W3C validator.

0

精彩评论

暂无评论...
验证码 换一张
取 消