jquery 将单击的列表项移动到列表轮播中的第一个可见项
嘿,我有一个列表项轮播,我希望能够做的是,当用户单击列表项(例如列表中的第四个可见项)时,单击的项向左滚动并最终出现在第一个可见位置。
哦,我正在使用 jCarousel 插件来使轮播正常工作。
我有一个链接:
不太确定如何开始,有什么想法吗?
谢谢!
hey i have a carousel of list items, what i would like to be able to do is when the user clicks on a list item (say the 4th visible item on the list) the clicked item scrolls left and ends up in the first visible position.
oh, i'm using the jCarousel plug-in to make the carousel work.
i've got a link:
not really sure how to even begin, any ideas?
thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是我的轮播,可能会有所帮助(它有点击事件和动画):
这应该是一个开始的好地方。 ^_^
注意:这不会为您提供所需的“点击动画”功能,但我无法为您完成这一切,可以吗? :)
Here is my carousel, which may help (it has click events and animations):
This should be a good place to get you started. ^_^
note: This will not give you the CLICK-TO-ANIMATE function you require, but I can't do it all for you can I? :)