【发布时间】:2013-12-31 21:48:46
【问题描述】:
我正在使用循环插件并且它运行良好。但是滑块一直在滑动,我不知道应该使用什么选项来防止它自动播放。
$('#thumbs').cycle({
fx: 'scrollHorz',
prev: '.thumbPrev',
next: '.thumbNext'
});
我还检查了循环的选项参考http://jquery.malsup.com/cycle/options.html,但我没有发现任何有用的东西..
【问题讨论】:
-
autostop: 0, // true to end slideshow after X transitions (where X == slide count)和autostopCount: 0, // number of transitions (optionally used with autostop to define X)可以结合使用吗? -
... to prevent it autoplay错过了这一点 -
我为您提供了插件作者在 jquery 论坛上回答相同问题的参考。
标签: jquery-cycle