使用JQuery插件获得下一个fiddle。情况下一个: 如果单击某个项目,它将向左移动。如何在不点击的情况下自动移动该项目?
var sly = new Sly($('.frame.left'),{
horizontal: 1,
itemNav: 'basic',
activateOn: 'click',
mouseDragging: 1,
startAt: 0,
speed: 300,
activeClass: 'active',
})
sly.on('active', function(eventName, activatedItemIndex){
sly.toStart(activatedItemIndex)
})
sly.init();
答案 0 :(得分:0)