使用 JQuery 水平旋转内容

发布于 2024-10-17 15:38:09 字数 263 浏览 3 评论 0原文

我希望更改下面的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

说谎友 2024-10-24 15:38:09

其实很容易改变:

大致:
无论何处显示 height(或 height 是名称的一部分),请将其更改为 width。在显示 scrollTop 的地方,将其更改为 scrollLeft

Actually quite easy to changed:

Roughly:
Whereever it says height (or where height is part of the name) change it to width. Where it says scrollTop, change it to scrollLeft..

晨敛清荷 2024-10-24 15:38:09

我认为这是您正在寻找的插件...

使用 JQuery 水平旋转内容

i think this is the plugin you are looking for...

rotate contents horizontally using JQuery

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文