jquery循环不会暂停
由于某种原因, Jquery Cycle 的暂停命令
$('#headerimgs').cycle('pause');
不会暂停图像转换,它应该根据 < a href="http://jquery.malsup.com/cycle/pause.html" rel="nofollow">此链接
可以在此处测试:http://jsfiddle.net/r7cUb/17/
有什么想法吗?
For some reason, the pause command for Jquery cycle
$('#headerimgs').cycle('pause');
would not pause the image transitions and it should acording to this link
Can be tested here: http://jsfiddle.net/r7cUb/17/
any idea?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看来您正在使用 Cycle Light 插件,似乎它没有暂停功能,但如果我使用 Cycle (all) 插件,它就可以正常工作。
演示: http://jsfiddle.net/r7cUb/21/
使用这个脚本
代替
It seems you are using Cycle Light plugin, seems it doesn't have pause functionality, but it works fine if I use Cycle (all) plugin.
DEMO: http://jsfiddle.net/r7cUb/21/
Use this script
Instead of
使用它
来暂停
和恢复
use this
for pause
and for resume