使用 JQuery 可滚动关闭自动居中
使用 JQuery 可滚动小部件。如果单击顶部,它会滚动到中间。有什么方法可以将小部件中的“单击”元素保留在单击时的位置吗?
[Position1]
[Position2]
[Position3]
[Position4]
[Position5]
例如,如果我单击“位置 5”,我希望它留在原来的位置,而不是自行滚动到“位置 3”。
有什么想法吗?
With the JQuery scrollable widget. If you click the top, it scrolls to the middle. Is there any way to leave the "clicked" elements within the widget where they are when clicked?
[Position1]
[Position2]
[Position3]
[Position4]
[Position5]
For example, if I click Position5, I want it to stay in its place, NOT scroll itself into Position 3.
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以将参数
clickable:false
传递给可滚动初始值设定项:You can pass parameter
clickable:false
to the scrollable initializer: