您当前的位置: 首页 > 

彭世瑜

暂无认证

  • 0浏览

    0关注

    2791博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

js:toastr弹出提示信息

彭世瑜 发布时间:2021-09-15 11:05:23 ,浏览量:0

toastr

github: https://github.com/CodeSeven/toastr GitHub last commit

注意:

  • toastr 依赖jQuery

下载文件

wget http://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.js
wget http://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.css
wget https://cdn.bootcdn.net/ajax/libs/jquery/3.6.0/jquery.min.js

代码示例








  

    // 居中显示
    toastr.options.positionClass = 'toast-top-center';
    
    toastr.info('info')
    toastr.warning('warning')
    toastr.success('success')
    toastr.error('error')
  

效果 在这里插入图片描述

关注
打赏
1665367115
查看更多评论
立即登录/注册

微信扫码登录

2.0738s