我正在使用位于此处的维加斯背景jQuery插件http://vegas.jaysalvat.com/和幻灯片循环。我的问题有两个:
答案 0 :(得分:0)
$.vegas('slideshow', {
backgrounds:pictures,
delay: 4000,
walk:function(step) {
if (step == 3){
//this will stop
$.vegas('stop');
//this will redirect
document.location.href = 'http://www.example.com'.
}
}
})('overlay');