Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 480 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 480 Bytes

jquery-toast

jquery toast plugin

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

1.Add jquery.toast.js file to your project. Also include jQuery file as these is dependency of the plugin.

2.usage

$.toast("Hello World",{
	timeout: 3000,  // toast duration (default 3000)
    transitionTime: 800,  // speed of show or hide (default 800)
    cls:'mtoast'   // a hook of class for override (default 'mtoast')
})

3.Dependency - jQuery