限时优惠活动
亲爱的苦力吧用户,我们为了回馈新老用户一直以来的鼎力支持,即日起(2025-02-06至2025-03-06)凡是购买苦力吧VIP/充值K币的新老用户,都直接可获得买一送一的优惠馈赠。例如:购买一个月的VIP会员可直接获得两个月的VIP会员;充值100K币可直接获得200K币,以此类推!有任何疑问可联系在线客服,感谢各位用户对苦力吧素材的信任与厚爱,我们将一如既往的给大家上新更多优质的素材源码,祝大家开工大吉、工作顺利、心想事成。

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

使用方法

  • code
  • source
  1. new $.Zebra_Dialog(
  2. "We can set as many buttons as we want and we can handle the user's choice though the callback " +
  3. "function attached to the <strong>onClose</strong> event.<br><br>See the next example to handle " +
  4. "user's choice in a different way.",
  5. {
  6. type: "question",
  7. title: "Custom buttons",
  8. buttons: ["Yes", "No", "Help"],
  9. onClose: function(caption) {
  10. // notice that we use the button's label to determine which button was clicked
  11. // "caption" will be empty when the dialog box is closed by pressing ESC, by clicking the
  12. // dialog box's close button, or by clicking the overlay
  13. new $.Zebra_Dialog((caption != "" ? "\"" + caption + "\"" : "nothing") + " was clicked", {
  14. auto_close: 2000,
  15. buttons: false,
  16. modal: false,
  17. position: ["center", "center"]
  18. });
  19. }
  20. }
  21. );
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点击文本框弹出框选择图标class插件

一款图标class选择器插件,在input文本框中点击触发弹出层,从弹出框中点选图标列表,可自动把当前图标class显示到input文本框中。
  弹出层
 9345  0

jquery自动获取当前URL参数插件

一款获取当前URL参数插件,用于从当前的URL中检索参数(也称为查询字符串)及其值。
  弹出层
 7269  0

jquery简单实用的弹出层插件

一款直接绑定DIV原生单击弹出层代码,响应式布局设计,可同时作用多个元素。
  弹出层
 3341  0

jquery自定义alertx弹出提示框插件

一款支持自定义的响应式弹出层提示插件,可自定义参数:显示图标、标题、弹出动画、按钮等。
  弹出层
 1275  0

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

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