防止 jCarousel 表单在加载页面后返回到起始位置
我使用 jCarousel 作为我网站中的菜单。那里有一个链接列表,比它包含的元素长,jCarousel 用作滚动条来查看该列表。 我的问题是,每当单击链接并加载新页面时,jCarousel 都会重置到其起始位置,因此有时在页面重新加载后活动链接不再可见。知道如何让 jCarousel 专注于特定的活动链接吗?
你可以在这里看到我的意思的一个例子: http://174.133.190.8 /~goldarch/index.php?option=com_content&view=article&id=50&Itemid=57 (查看顶部的菜单)
谢谢大家。
i am using jCarousel as a menu in my website. there is a list of links there which is longer than its containing elements and jCarousel is used as a scroll bar to view that list.
my problem is that whenever a link is clicked and a new page is loaded, jCarousel resets to its begining position thus sometimes an active link is no longer visible after the page reloads. any idea how i can make jCarousel focus on the specific active link?
you can see an example of what i mean here:
http://174.133.190.8/~goldarch/index.php?option=com_content&view=article&id=50&Itemid=57
(check out the menu on top)
thank you all.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最后,当我调用 lCarousel 对象时,我成功地通过使用这段代码来实现它:
这就是我在我的部分中的内容:
希望这对将来的人有所帮助。
I have managed, finally, to pull it off by using this bit of code when i call the lCarousel object:
this is what i had in my section:
hope this will help someone in the future.