特效介绍

这是一个带进度条的Material Design风格的纯js写的toast插件,使用非常方便。
使用方法
1、引入css
<link href="css/toast.style.css" rel="stylesheet">
2、引入jQuery库和js
<script src="https://5.jimth.com/download/jquery/jquery-1.11.0.min.js"></script> <script src="js/toast.script.js"></script>
3、调用插件
$.Toast("提示", "欢迎光临我爱模板网。", "success", {
stack: true,
has_icon:true,
has_close_btn:true,
fullscreen:false,
timeout:3000,
sticky:false,
has_progress:true,
rtl:false,
});参数很简单,根据单词意思就能理解,这里就不详细描述了。
