FeiXianChengGuanHouTaiGuanLi/public/lib/toastr/README.md

10 lines
463 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

#toastr 通知提示插件
github地址https://github.com/CodeSeven/toastr
官方网址http://www.toastrjs.com
toastr.js是一个基于jQuery的非阻塞通知的JavaScript库。
toastr.js可以设定四种通知模式成功、出错、警告、提示。提示窗口的位置、动画效果等都可以通过参数来设置
并且可以在官方网站上通过勾选参数来生成JavaScript代码操作简单容易上手推荐使用。