jquery响应式多功能支持自定义的弹出层对话框插件

所属分类: 网页特效-弹出层    2024-01-10 09:57:25

jquery响应式多功能支持自定义的弹出层对话框插件 ie兼容6
 查看演示  登录后下载 温馨提示
登录会员即可享受免费下载
 我要建站

jquery响应式多功能支持自定义的弹出层对话框插件(共40个文件)

    • coffee_48.png
    • examples.js
    • all.html
    • ajax.html
    • examples.css
    • index.html

使用方法

new $.Zebra_Dialog(
    "We can set as many buttons as we want and we can handle the user's choice though the callback " +
    "function attached to the <strong>onClose</strong> event.<br><br>See the next example to handle " +
    "user's choice in a different way.",
    {
        type: "question",
        title: "Custom buttons",
        buttons: ["Yes", "No", "Help"],
        onClose: function(caption) {
 
            // notice that we use the button's label to determine which button was clicked
            // "caption" will be empty when the dialog box is closed by pressing ESC, by clicking the
            // dialog box's close button, or by clicking the overlay
            new $.Zebra_Dialog((caption != "" ? "\"" + caption + "\"" : "nothing") + " was clicked", {
                auto_close: 2000,
                buttons: false,
                modal: false,
                position: ["center", "center"]
            });
 
        }
    }
);

站长提示:
1. 苦力吧素材官方QQ群:950875342
2. 平台上所有素材资源,需注册登录会员方能正常下载。
3. 会员用户积极反馈网站、素材资源BUG或错误问题,每次奖励2K币
4. PHP源码类素材,如需协助安装调试,或你有二次开发需求,可联系苦力吧客服。
5. 付费素材资源,需充值后方能下载,如有任何疑问可直接联系苦力吧客服
相关资源 / 弹出层

jquery右上角可关闭的toast通知消息提醒插件

一款实用的右上角提醒消息,包含4种风格:info、warning、success、error。
  弹出层
 2434  0

jquery轻量级可自定义弹出层插件

一款响应式多模态弹出层插件,无图片轻量级弹窗,约1k大小。可点击关闭按钮或空白处关闭弹窗,还可按键盘Esc进行操作。
  弹出层
 619  0

jquery轻量级通知提示插件

一款超级小的通知提示插件,提供了5个主题:默认、成功、暗黑、危险和警告,还可以自定义主题或添加自己的主题。
  弹出层
 992  0

jquery支持AJAX的多类型内容弹出层插件

一个轻量级响应式弹出层插件,支持内容:AJAX动态获取数据、iframe内嵌网页、支持表单、视频等。
  弹出层
 1224  0

评论数(0) 回复有机会获得K币 用户协议

^_^ 还没有人评论,快来抢个沙发!
😀
  • 😀
  • 😊
  • 😂
  • 😍
  • 😑
  • 😷
  • 😵
  • 😛
  • 😣
  • 😱
  • 😋
  • 😎
  • 😵
  • 😕
  • 😶
  • 😚
  • 😜
  • 😭
发表评论