bmh_cesium/public/lib/toastr/README.md
2025-03-10 07:23:50 +08:00

10 lines
463 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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