您当前的位置: 首页 >  jquery

彭世瑜

暂无认证

  • 2浏览

    0关注

    2791博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

js:jquery-toast-plugin实现消息提示

彭世瑜 发布时间:2021-09-15 11:43:51 ,浏览量:2

jquery-toast-plugin

github: https://github.com/kamranahmedse/jquery-toast-plugin GitHub last commit

说明:

jquery-toast-plugin 依赖jQuery

代码示例









$.toast({
  text: 'info',
  icon: 'info',
  position: 'top-center',
  loader: false
})

$.toast({
  text: 'warning',
  icon: 'warning',
  position: 'top-center',
  loader: false
})

$.toast({
  text: 'error',
  icon: 'error',
  position: 'top-center',
  loader: false
})

$.toast({
  text: 'success',
  icon: 'success',
  position: 'top-center',
  loader: false
})
 

效果 在这里插入图片描述

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

微信扫码登录

0.3511s