jQuery 工具可滚动
我觉得这已经得到回答和实施,但我无法找出正确的术语或关键字来找到它。
我在这里使用 Scrollable 作为某种子导航: http://www.thepit-raleigh.com/press/
它一次显示 5 个项目时间。当我位于给定页面上时,如何使可滚动中的当前页面的链接/图像可见。
例如,第 6 页/链接 (http://www.thepit-raleigh.com/ press/herald-sun/) 目前在该页面上不显示,因为它是可滚动项中的第 6 个项目。
提前致谢, 基弗
I feel like this has already been answered and implemented, but I cannot figure out the right terms or keywords to find it.
I'm using Scrollable as a subnav of sorts here:
http://www.thepit-raleigh.com/press/
It shows 5 items at a time. How do I make it that the current page's link/image in the scrollable is visible when I'm on that given page.
Example, the 6th page/link (http://www.thepit-raleigh.com/press/herald-sun/) currently does not show when on that page as it's the 6th item in the scrollable.
Thanks in advance,
Keefer
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该能够使用
seekTo(index, speed)
函数。例如:You should be able to use the
seekTo(index, speed)
function. eg: