jQuery用户使用引导插件

所属分类:UI-弹出层

 38466  393  查看评论 (4)
分享到微信朋友圈
X
jQuery用户使用引导插件 ie兼容8

用法

<script src="jquery.guide.js"></script>


var guide = $.guide({
    actions: [
        {
            element: $('#domeStartGuideBtn'),
            content: '<p>Welcome, click on the screen at any position to enter the next step</p>',
            offsetX: -140,
            offsetY: 60
        },
        {
            element: $('#domeUsingPanel'),
            content: '<p>How to using...</p>',
            offsetX: -140,
            offsetY: 0,
            beforeFunc: function(g) {
                $('#domeUsingPanel').fadeIn();
            }
        },
        {
            element: $('#domeGithubBtn'),
            content: '<p>Click here to access the project for Github</p>',
            offsetX: 0,
            offsetY: 50,
            isBeforeFuncExec: true,
            beforeFunc: function(g) {
                $('#domeGithubBtn').slideDown(function() {
                    g.execAction();
                });
            }
        }
    ]});


相关插件-弹出层

表格鼠标移入同行同列变色(原创)

jQuery表格鼠标移入后同行同列变色
  弹出层
 27384  320

漂亮实用的提示框插件SweetAlert

漂亮实用的提示框插件SweetAlert
  弹出层
 64854  714

jQuery弹出层插件

可无限次弹出,自己设置大小,手动调整大小都可(相比于layer.js要轻量)
  弹出层
 39554  318

移动端弹出层jquery插件简易

移动端弹出层jquery插件简易
  弹出层
 52263  334

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

    暗夜※星辰 0
    2018/3/12 17:42:43
    阿飞 0
    2016/9/5 15:09:16
    挺好的插件
        Stranger0
        2017/10/30 11:31:06

    回复
    ` 0
    2015/12/7 16:12:58
😃
  • 😀
  • 😉
  • 😥
  • 😵
  • 😫
  • 😘
  • 😡
  • 👍
  • 🌹
  • 👏
  • 🍺
  • 🍉
  • 🌙
  • 💖
  • 💔
😃
  • 😀
  • 😉
  • 😥
  • 😵
  • 😫
  • 😘
  • 😡
  • 👍
  • 🌹
  • 👏
  • 🍺
  • 🍉
  • 🌙
  • 💖
  • 💔
取消回复