如何使 jQuery Accordion 向上滚动而不是向上滚动 &向左转?
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果这不符合标准 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.
以下是我如何让手风琴始终固定在底部并向上滑动:
Here's how I got my accordion to always be fixed to the bottom and slide upward: