Jquery .next() - 不兼容 ie 6+7?我应该用什么?
jQuery .next()
- 不兼容 ie 6+7(在 netbeans 编辑器中写入警告)。
jQuery 中存在哪些可在 ie6+ie7 中工作的选项?
删除编辑,因为有代码
谢谢
jQuery .next()
- not compatible for ie 6+7 (write warning in netbeans editor).
What option that work in ie6+ie7 exist in jQuery?
Delete edit because havy code
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
next
在 IE6 和 IE7 中工作得很好。示例:
HTML:
JavaScript:
Live copy
在 IE6 和 IE7 中测试并工作,两者都在 jQuery 的 支持的浏览器列表。
next
works just fine in IE6 and IE7.Example:
HTML:
JavaScript:
Live copy
Tested and working in IE6 and IE7, both of which are on jQuery's list of supported browsers.