Jquery ui.slider 帮助
我正在使用 ui.slider 的实现,它控制 Jquery 网站上找到的 ui.tabs:
http ://jqueryui.com/demos/slider/#tabs
一切工作正常,但是当我直接链接到选项卡时,滑块始终保持在其初始位置(或您所说的初始值)。
演示可以在这里找到: http://jqueryui.com/demos/slider/tabs .html#tabs-2
有没有办法将滑块设置为直接链接到选项卡时与选项卡相同的位置?
非常感谢。
I am using this implementation of the ui.slider which controls the ui.tabs as found on the Jquery website:
http://jqueryui.com/demos/slider/#tabs
Everything is working fine however when I directly link to a tab, the slider always stays in its initial position (or whatever you stated as the initial value).
Demo can be found here: http://jqueryui.com/demos/slider/tabs.html#tabs-2
Is there any way of setting the slider to the same position as the tab when it is directly linked to?
Thanks very much.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
像这样的事情应该这样做:
Something like this should do it: