android-toast
A jQuery widget to show Andriod like toast notification in web applications.
Usage
-
Add androidToast.js and androidToast.css file to your project. Also include jQuery and jQuery-UI files as these are dependency of the widget.
-
Create an instance of Android Toast
var toast = $(window).AndroidToast({ message : "Hi, Message has been changed" });
-
Show whenever you want to show it.
toast.AndroidToast('show');
Dependency
- jQuery
- jQuery-UI