Skip to content

hemkaran/android-toast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A jQuery widget to show Andriod like toast notification in web app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published