0

我正在使用 jquery jcarouselLite 并且在安装时感到困惑之后,我现在正在尝试使轮播自动滚动并支持 5+ 图像一次查看。

http://goo.gl/58Ds2

我已经尝试从文档中添加新代码,但这似乎并没有改变任何东西

$(".auto .jCarouselLite").jCarouselLite({ auto: 800, speed: 1000 });

4

1 回答 1

0

应该是滑块的 div 有一个“anyClass”类。

请执行下列操作 :

$('.anyClass').jCarouselLite({ auto: 800, speed: 1000 });
于 2013-04-09T20:22:46.583 回答