🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

notify-z is a very simple jQuery plugin for displaying elegant growl-style notification messages that auto dismiss after a timeout you specify.

Notification growl-notification

Documentation

notify-z

A Simple Notify jQuery Plug-ins. 一个简约美观的 jQuery 前端通知插件

使用方法

引入

<link href="/assets/notify.css" rel="stylesheet"> <script src="/assets/notify.js"></script>

P.S. 其实代码不多,可以放入自己的项目里.

调用

$.notify.success('成功\n上传成功'); $.notify.error('错误\n上传失败'); $.notify.info('信息'); $.notify.warning('警告');

License

MIT

Author

ZNEIAT


You May Also Like