如何使 jQuery Accordion 向上滚动而不是向上滚动 &向左转?

发布于 2024-11-06 09:21:48 字数 331 浏览 0 评论 0原文

我正在使用 jQuery Accordion,这似乎向上滚动&默认向左。客户决定他们只希望它向上滚动,但我不知道我需要更改什么,或者是否需要打电话。

我正在使用手风琴的扩展版本,如下所述: 正在寻找类似于 Accordian 的 JQuery 插件,但允许同时打开多个部分

有人处理过这个问题吗?

I'm using the jQuery Accordion and this seems to scroll up & to the left by default. The client has decided that they would like it to scroll up only, but I don't know what I need to change, of if there's something I need to call.

I'm using an extended version of the accordion, as described here: Looking for a JQuery plug-in similar to Accordian, but that allows multiple sections open at once

Has somebody dealt with this before?

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

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

发布评论

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

评论(2

梦中的蝴蝶 2024-11-13 09:21:48

如果这不符合标准 jQuery UI Accordian,请检查此属性是否 http://jqueryui.com /demos/accordion/#option-animated 有任何区别。

If this is off the standard jQuery UI Accordian check to see if this property http://jqueryui.com/demos/accordion/#option-animated makes any difference.

浮萍、无处依 2024-11-13 09:21:48

以下是我如何让手风琴始终固定在底部并向上滑动:

#accordion {
position:absolute;
bottom: 0px;
}

Here's how I got my accordion to always be fixed to the bottom and slide upward:

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