• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

notify: 漂亮的消息提示插件,支持回调方法,可自定久关闭时间 ...

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

notify

开源软件地址:

https://gitee.com/u33/notify

开源软件介绍:

功能说明:layui消息通知插件 6种样式,可手动关闭层,支持回调方法,可设置弹出位置,兼容主流浏览器,兼容至ie9 (ie没有svg动画)输入图片说明

1、6种调用方法:

普通:info

警告:warning

成功:success

错误:error

加载:loading

关闭:destroyAll

2、layui使用方法

layui.use(['notify'],function(){     var notify=layui.notify;     notify.info("自定义消息")})

基本用法

参数说明:对参数没有顺序要求,会根据参数的数据类型进行解析

        msg: "", //文字内容        position: 'topCenter', // 弹出位置bottomRight, bottomLeft, topRight, topLeft, topCenter, bottomCenter, center        duration: 2000, //默认2秒关闭        showClose: true //显示关闭按钮
    1、notify.info("提示消息");    2、notify.warning("警告消息");    3、notify.success("操作成功");    4、notify.loading("加载中");    5、notify.error("操作失败");    6、notify.error("不显示关闭按钮", false);    7、notify.info("提示消息", function () {        alert("回调成功");    });    8、notify.destroyAll(); 全部关闭    9、notify.info("位置显示", "topLeft"); 参数:topLeft、topCenter、topRight、bottomLeft、bottomCenter、bottomRight、center

演示地址:https://www.17780.cn/notify/demo.html


鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap