Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 371 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 371 Bytes

toastFull

toastFull是一个纯javascript实现的提示插件

有普通弹出和加载等待弹出两种方式

配置项

  • textColor——提示文字颜色
  • timer——提示框停留时间

方法

  • new toastFull(opt)——实例化
  • alert(msg,[timer])
  • loadStart(msg)
  • loadFinishSuccess(msg) //以下两个方法需成对使用
  • loadFinishError(msg)