首页

源码搜藏网

首页 > 网页特效 > jQuery特效 >

jQuery老虎机插件slotmachine

创建时间:2014-05-21 17:26  

jQuery老虎机插件slotmachine
jQuery老虎机插件slotmachine
效果预览 立即下载
jQuery老虎机插件slotmachinejQuery老虎机插件slotmachine里面包含三种不同抽奖效果的老虎机jquery.slotmachine插件。jQuery老虎机抽奖程序jQuery插件

<script>
$(document).ready(function(){
var machine7 = $("#machine7").slotMachine({
active : 0,
delay : 500
});
 
$("#slotMachineButtonPrev").click(function(){
 
machine7.prev();
 
});
 
$("#slotMachineButtonNext").click(function(){
 
machine7.next();
 
});
});
</script>
上一篇:jQuery烟雾背景发生器
下一篇:jquery评分插件jquery.raty

相关内容

热门推荐