jQuery抽奖转盘H5(原创)

所属分类:其他,APP模板-游戏,活动专题模板

 11652  58  查看评论 (1)
分享到微信朋友圈
X
jQuery抽奖转盘H5(原创) ie兼容9

更新时间:2021-08-12 10:12:40

注:请在移动端预览。

//中奖轮播 方法 
$('.jq22').liMarquee({
    //中奖轮播 上下滚动 direction: 'up'
});
//分享方法                      
function shareFn() {
    //分享
    $(".share-window-hi").show();
    $('.share-window').show();
    $('.share-window').css({
        'bottom': 0
    });
    $('.share-window-hi').addClass('share-lottey');
}
$(document).on('click', '.share-lottey', function() {
    //关闭分享 
    closeFn();
});

function closeFn() {
    $('.share-window-hi').removeClass('share-lottey');
    $('.share-window').css({
        'bottom': '-210px'
    });
    $(".share-window-hi").hide();
    $(".share_goods").hide();
}


相关插件-游戏,活动专题模板
  游戏
 34976  357

jQuery数字华容道

基于jquery编写的一个数字华容道小游戏,代码注释超全。
  游戏
 22999  284

easing.js实现游戏抽奖

利用easing实现游戏抽奖,适用移动端,兼容ie6
  游戏
 24122  286

魔方插件,魔方游戏(原创)

上个插件上传成功了。突然就想到把我之前写的魔方插件也写上来。挺好玩的一个插件。完美地还原了现实中的魔方。
  游戏
 35668  385

讨论这个项目(1)回答他人问题或分享插件使用方法奖励jQ币 评论用户自律公约

    遇おあ而记起 0
    2021/8/18 17:16:52
😃
  • 😀
  • 😉
  • 😥
  • 😵
  • 😫
  • 😘
  • 😡
  • 👍
  • 🌹
  • 👏
  • 🍺
  • 🍉
  • 🌙
  • 💖
  • 💔
😃
  • 😀
  • 😉
  • 😥
  • 😵
  • 😫
  • 😘
  • 😡
  • 👍
  • 🌹
  • 👏
  • 🍺
  • 🍉
  • 🌙
  • 💖
  • 💔
取消回复