jquery响应式带多种风格的弹出层插件

所属分类: 网页特效-弹出层    2023-07-29 02:40:44

jquery响应式带多种风格的弹出层插件 ie兼容6
 查看演示  登录后下载 温馨提示
登录会员即可享受免费下载
 我要建站

jquery响应式带多种风格的弹出层插件(共18个文件)

    • xsalert.js
    • index.html

使用方法

$(function(){
    $('#theme-selector').change(function () {
        var theme =  $('#theme-selector').val();
        $("#theme-name").attr('href', 'src/themes/'+theme+'.css');
    })
    $('#basic-alert').on('click', function(){
       XSAlert({
         title: "Ouch!",
         message: "Something's just not right at the moment",
         icon: 'error',
         hideCancelButton: true,
         footer: '<a href="#">Click here for more info</a>'
      })
    })
    $('#bg-img').on('click', function(){
        XSAlert({
         title: "Wow, I've got a custom background image ?",
         hideCancelButton: true,
         overlayImageURL: 'https://source.unsplash.com/Ta5II09WSrA/2400x1600'
      })
    })
    $('#top-right').on('click', function(){
        XSAlert({
   title: "Hey, I'm here! ↗️",
   position: 'top-right',
   hideCancelButton: true
})
    })
    $('#basic-confirm').on('click', function(){
        XSAlert({
         title: 'Hey you',
         message: "What's your favorite drink? ?",
         okButtonText: '? Wine',
         cancelButtonText: "? I don't drink",
         thirdButtonText: "? Tropical Drink",
         closeOnOutsideClick: true,

       }).then((result) => {
         if(result == 'ok') { XSAlert({ message: 'Your fav drink is '+$('#xs-ok-btn').text(), backgroundColor: '#e57373' })
         } else if(result == 'third') { XSAlert({ message: 'Your fav drink is '+$('#xs-third-btn').text(), backgroundColor: '#ffc107' }) }
      })
    })
    $('#basic-prompt').on('click', function(){
       XSAlert({
         title: "Hi there ?",
         message: "What's your name",
         inputType: 'text',
         inputPlaceholder: 'Ex: Frank Eno',
         cancelButtonText: 'Forget it'
       }).then((result) => {
         if(result == 'ok'){
            if($('#xs-input').val() == '') { XSAlert({ message: "How come you don't have a name? ?"})
            } else { XSAlert({ title: 'Nice!', message: 'Your name is "'+$('#xs-input').val()+'"' }) }
         } else if(result == 'cancel' || result == 'outside'){ XSAlert({ message: "It's ok if you don't wanna tell me your name ?" }) }
      })
    })
    $('#auto-close').on('click',function(){
       XSAlert({
   title: "Hi there ?",
   message: "Hold on, I'm gonna close in 2 seconds...",
   autoCloseTimer: 2000,
   hideProgressBar: false, // 'true' to hide
   hideProgressIcon: false, // 'true' to hide
   hideOkButton: true,
   hideCancelButton: true
   // You can also perform an action after cllosing the alert
 }).then((result) => {
   if(result == 'autoClosed') {
      XSAlert({message: 'Alert has closed automatically!', hideCancelButton: true, closeOnOutsideClick: true })
   }
})
    })
});

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

原生js实现的表单提交隐藏并弹出提示弹窗特效代码

一款邮箱订阅提示隐藏特效代码,输入email点击订阅按钮,触发显示提示弹出层,且隐藏表单模块。
  弹出层
 2361  0

jquery轻量级文字工具提示插件

一款文本文字工具提示插件,在鼠标悬停时在所选元素旁边显示弹出内容消息。
  弹出层
 4251  0

jquery点击文本框弹出框选择图标class插件

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

jquery网页右下角弹出在线客服窗口插件

一款固定于页面右下角的网站客服弹出层,可设置在线图标状态,绿色清爽实用。
  弹出层
 4341  0

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

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