jQuery 显示/隐藏单选按钮更改在 IE7 中不起作用
我有一个表单,根据您单击的单选按钮显示/隐藏不同的信息。该代码在除 IE7 之外的所有浏览器中都运行良好(尚未测试 IE6,但我们不再支持它了:))
该脚本由第一组单选按钮(帐户类型)触发
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://jsfiddle.net/clintongreen/HBr8f/
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我很确定您的标记无效,我不会使用
fieldset
作为ul
元素的直接后代。尝试使用 W3C 验证器验证您的标记。I’m pretty sure your markup is invalid, I wouldn’t use a
fieldset
as direct descendant to anul
element. Try validating your markup using the W3C validator.