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

Toast.js is a super simple, CSS-less jQuery plugin to create animated loading indicators and Android-inspired success/error toast notifications on the webpage.

loading-indicator Notification toast-message

Documentation

jquery.toast

jQuery Toast Plugin 查看demo

Usage

<script src="https://cdn.bootcss.com/jquery/3.3.1/jquery.min.js"></script> <script src="jquery.toast.js"></script>  <script>     // show toast     $.Toast.showToast({         title: "Loading...",         duration: 1500,         icon:"loading",         image: ''     });          // hide toast     $.Toast.hideToast();  </script> 

You May Also Like