Responsive Non-intrusive Toast Notification jQuery Plugin
Briefly

A responsive, customizable, non-intrusive toast notification jQuery plugin that allows you to communicate with users through four distinct notification types: Success, Error, Info, and Warning.
How to use it: 1. Download the plugin and insert the toast-plugin.js script after loading the latest jQuery library. <script src="/path/to/cdn/jquery.min.js"></script> <script src="/path/to/toast-plugin.js"></script> 2. Create toast notifications with the $.toast() function: $.toast({ title: "Success Message", message: "This is a success message.", type: "success", duration: 5000, // auto-dismiss after 5s });
Read at jQuery Script
[
add
]
[
|
|
]