使用 JQuery 水平旋转内容
我希望更改下面的 JQuery Rotator 插件:
http://plugins.jquery.com/project/jqRotator
我需要的唯一更改是水平导航。即访问者将首先看到两个(或更多)项目,然后新项目将从右侧出现。
是否可以 ?或者有任何 JQuery 插件可以实现这个目标吗?
I wish to change the JQuery Rotator plugin below:
http://plugins.jquery.com/project/jqRotator
The only change I needed is to navigate through Horizontally.. ie visitor will see two (or more) items firstly and then the new items will come from right side.
Is it possible ? or have any JQuery plugin to achieve this goal?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
其实很容易改变:
大致:
无论何处显示
height
(或height
是名称的一部分),请将其更改为width
。在显示scrollTop
的地方,将其更改为scrollLeft
。Actually quite easy to changed:
Roughly:
Whereever it says
height
(or whereheight
is part of the name) change it towidth
. Where it saysscrollTop
, change it toscrollLeft
..我认为这是您正在寻找的插件...
使用 JQuery 水平旋转内容
i think this is the plugin you are looking for...
rotate contents horizontally using JQuery