所属分类: 网页特效-抽奖&游戏 2023-07-08 10:39:01
$(function() { $('ul.example').bandit({ speed: [20, 40, 60], delay: 0, autoStop: [2000, 3000, 4000], startButton: '#start', stopButton: '#stop', spinOnLoad: false, done: function(text){ console.log(text); } }); });