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. 付费素材资源,需充值后方能下载,如有任何疑问可直接联系苦力吧客服
相关资源 / 弹出层

jquery+css轻量级弹出层提示窗口插件

一款简单实现的图文内容弹出层特效代码,鼠标点击按钮可带遮罩层弹出窗口,点击空白处可自动关闭。
  弹出层
 1234  0

jquery带动画特效的成功提示框插件

一款动画弹出层插件,点击按钮触发弹出层从上往下显示,带图标、确定按钮。
  弹出层
 637  0

jquery可设置倒计时的自定义消息通知插件

一款支持倒计时的弹出层插件,用于创建类似toast通知,这些通知在用户设置的一段时间后消失。
  弹出层
 4478  0

jquery响应式透明遮罩层弹出层插件

一款从上往下动画显示的弹出层插件,带透明遮罩层覆盖,响应式布局!
  弹出层
 6237  0

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

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