jQuery老虎机特效slotmachine

jQuery老虎机特效slotmachine1053
使用用法
创建本机:
var machine = $(foo).slotMachine( params );
随机:
machine.shuffle( repeat, onStopCallback ); //没有参数,使旋转无限
更改选定的元素:
machine.prev(); //Previous element
machine.next(); //Next element
获取选定的元素:
machine.active(); //返回一个对象的内部元素的索引
检查机器是否正在运行:
machine.isRunning();//返回布尔值

也许你还喜欢