jQuery支持自定义消息提示框代码

jQuery支持自定义消息提示框代码
下载次数:1 文件大小:49.62KB 所需积分:0 QQ联系购买积分:3331653644(1元=10积分)

基本用法

$.toast('Here you can put the text of the toast')
$.toast({
    heading: 'Information',
    text: 'Loaders are enabled by default. Use `loader`, `loaderBg` to change the default behavior',
    icon: 'info',
    loader: true,
    // Change it to false to disable loader
    loaderBg: '#9EC600'
    // To change the background
})

适用浏览器:360、FireFox、Chrome、Safari、Opera、傲游、搜狗、世界之窗. 不支持IE8及以下浏览器。

0 条评论