如何调试 JQuery 选项卡的浏览器兼容性问题?

发布于 2024-07-22 04:22:31 字数 203 浏览 6 评论 0原文

  • Jquery 选项卡在手风琴中显示为垂直列表 IE6。
  • 但它在 Firefox 和 IE 7 中运行良好。有什么解决方案吗?

我在 jquery 手风琴中使用 Jquery 选项卡。 它可以在 IE7 和 Firefox 中正常工作并显示,但在 IE6 中则不行。 选项卡显示为垂直列表。 选项卡确实有效。

  • Jquery tabs are being displayed as vertical list in an accordion in
    IE6.
  • But it works fine in Firefox and IE 7. Any solution?

I am using Jquery tabs within a jquery accordion. It works and displays fine IE7 and firefox but not in IE6. The tabs are appearing as vertical lists. The tabs do work.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

嘦怹 2024-07-29 04:22:31

jQuery UI 1.9 版本应该不会有这个问题,尝试使用最新版本。

正如 jQuery UI 1.10 升级指南 建议的那样:

删除了对 IE6 的支持

IE6 的使用率已降至足够低的水平,以至于 jQuery UI 不再可用
觉得有必要支持一下。 从 1.10.0 开始,jQuery 的某些部分
UI 在 IE6 中可能无法正常工作。 如果您需要继续支持
IE6,使用最新的 jQuery UI 1.9 版本。

jQuery UI 1.9 release should NOT have this issue, try to use the latest version.

As jQuery UI 1.10 Upgrade Guide suggests:

Removed support for IE6

IE6 usage has dropped to a low enough point that jQuery UI no longer
finds it necessary to support. As of 1.10.0, some portions of jQuery
UI may not work properly in IE6. If you need to continue to support
IE6, use the latest jQuery UI 1.9 release.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文