Skip to content
/ Toaster Public template

Web Toast notification style template for use in any website you need quick updates posted to the viewer.

License

Notifications You must be signed in to change notification settings

metalice17/Toaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toaster

Toaster is a user-friendly open-source Toast Notification Template Class for web-based applications.

ScreenShot
ScreenShot2

You can link and use the class in any website by included the stylesheet file and class file. Please carefully read Prerequisites before execution.

Currently, the class supports and was tested on the following versions: jQuery 3.5.1 I have included an example html file to test the functionality of the class. You can edit the css file as needed to change the location of the toast notification as well as the color scheme as needed. You can set the delay speed in the post to delay the notification display period as needed. A typical slice (new toast notification) will look as follows: messageID = Toaster.newSlice(document, { 'header':'Ajax Data', 'description': 'Fetching some remote data', 'message': 'Response expected in json format', 'left':'Start: ' + new Date().toLocaleString(), 'right':'loading' });

Prerequisites The minimum requirements for the class are as follows:

jQuery 3.5.1

About

Web Toast notification style template for use in any website you need quick updates posted to the viewer.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published