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

Android Toast is a jQuery plugin to create Android-like toast pop-ups that display a certain amount of time and automatically fade out after a timeout.

Notification toast-message

Documentation

android-toast

A jQuery widget to show Andriod like toast notification in web applications.

Usage

  1. Add androidToast.js and androidToast.css file to your project. Also include jQuery and jQuery-UI files as these are dependency of the widget.

  2. Create an instance of Android Toast

     var toast = $(window).AndroidToast({  		message : "Hi, Message has been changed"  	});  	
  3. Show whenever you want to show it.

      toast.AndroidToast('show');   

Dependency

  1. jQuery
  2. jQuery-UI

You May Also Like