带有多个嵌套手风琴的 Jquery 手风琴 bug

发布于 2024-10-31 06:10:56 字数 249 浏览 1 评论 0 原文

http://jsbin.com/uxafu3/14/edit

这是一个链接,显示了似乎是 Jquery 手风琴中的一个错误。 第一个嵌套的手风琴 (1, 1a, 1b) 工作得很好,并且可以按预期扩展。

然而,对于第二个嵌套手风琴 (2, 2a, 2b),箭头会发生变化,表明它正在扩展,但没有内容出来。

帮助!

http://jsbin.com/uxafu3/14/edit

Here is a link showing what seems to be a bug in the Jquery accordion.
The first nested accordion (1, 1a, 1b) works just fine and expands as it should.

hoever with second nested accordtion (2, 2a, 2b) the arrow changes to show that it's expanding but no content comes out.

help!

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

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

发布评论

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

评论(2

音盲 2024-11-07 06:10:56

我已将 autoHeight 选项设置为 false (默认为 true),对我有用。
此外,我想您不需要像这样的手风琴来将其比如说 18349pxs 在您的网站上一直向下扩展,而是使用 overflow:scroll; 来控制内容。

干杯:)

I've set the autoHeight option to false (default is true), worked for me.
Besides, I suppose you wouldn't need an accordion like that to expand its say 18349pxs all the way down on your website, use overflow: scroll; to control the content instead.

cheers :)

浊酒尽余欢 2024-11-07 06:10:56

通过将 css 更改为 demo 2 正常工作.googleapis.com/ajax/libs/jqueryui/1.7.2/themes/base/jquery-ui.css" rel="nofollow">基本主题

错误报告表明它已被修复,所以我删除所有 css,然后获取当前 css,然后就可以了!

I got this demo 2 working correctly by changing the css to base theme

the bug report had indicated that it had been fixed so so I to away all css then went and got the current css and there we go!

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