2

我需要一个 jQuery Image Rotator 来旋转 4 个图像(每 5 秒左右淡入/淡出),但它有 iPhone 页面点来显示当前显示的是哪一个(点示例)。你会怎么做?任何帮助,将不胜感激。

4

3 回答 3

1

Check out jQuery Tools scrollable: http://flowplayer.org/tools/demos/scrollable/plugins/index.html

You could set up the container to only show one image a time instead of five, and use the navi plugin. Or roll your own, all you'd really need to do is match the index of the image shown to the index of a list item and assign an "active" class....

于 2009-10-19T21:29:34.320 回答
1

您可以使用Nivo Slider进行少量修改。

于 2011-01-17T23:53:57.930 回答
0

我认为任何带有导航的旋转器都可以很容易地看起来像这样(用项目符号或图像替换导航文本),例如:

http://www.gmarwaha.com/jquery/jcarousellite/#demo

(向下滚动并单击右侧导航栏中的“图像滑块 - 外部控件”为例)

另一种选择可能是http://jqtouch.com/提供的产品。

于 2009-10-19T21:19:06.670 回答