【发布时间】:2012-08-14 14:51:57
【问题描述】:
尝试在 fancybox 处于活动状态时暂停幻灯片,但无法正常工作 - 任何建议都值得赞赏。
$('.section-testimonials').cycle({
fx: 'fade',
speed: 1000,
containerResize: 0,
timeout: 9000,
pager: '#slide-nav',
pagerEvent: 'mouseover',
pauseOnPagerHover: true ,
pause: 1
});
$(".fancybox").fancybox({
'overlayColor':'#E8EEF4',
'overlayOpacity': .9,
'onStart': function(){
$('.section-testimonials').cycle('pause');
},
'onClosed': function(){
$('.section-testimonials').cycle('resume');
}
});
【问题讨论】:
-
应该!正确的!?但它不是检查链接:tinyurl.com/c48o78a 点击页面底部附近的徽标幻灯片,您仍然会看到幻灯片在后面发生
标签: jquery fancybox cycle jquery-cycle