jQuery常用工具之message和toast弹窗插件

发布时间: 编辑:WANG 0人评论 5969次浏览 jQuery弹出层灯箱插件
直达下载
摘要 : jQuery常用工具之message和toast弹窗插件,兼容pc端和移动端的alert、message和toast弹窗插件,toast带有icon

常用工具message和toast弹窗图片预览

常用工具message和toast弹窗图片预览

常用工具message和toast弹窗浏览器适配

  • 支持Chrome所有版本
  • 支持Firefox所有版本
  • 支持Safari所有版本
  • 不支持IE任何版本

jQuery插件浏览器支持

常用工具message和toast弹窗使用教程

默认调用:

alert('请打开麦克风')

支持多参数:

alert({
    title: '我是标题',
    content: '请打开https://huajiakeji.com/',
    doneText: '按钮文字'
}).then(callback)

默认调用:

confirm('请打开麦克风')

传递参数:

confirm({
    title: '我是标题',
    content: '请打开麦克风',
    doneText: '确认按钮文字',
    cancalText: '取消按钮文字'
}).then(() => {
    console.log('已确认')
}).catch(() => {
    console.log('已取消')
})

默认调用:

toast('请打开麦克风')

设置停留时间和icon图标:

toast({
    time: 3000,
    content: '停留3秒再消失',
    type: 'loading'
})
查看更多

jQuery常用工具之message和toast弹窗插件下载地址

点击下载jQuery常用工具之message和toast弹窗插件

转载必须注明来自:https://huajiakeji.com/jquerydiv/2020-11/4169.html

评论:(0)

已有 0 位网友发表了一针见血的评论,你还等什么?