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

MyFakeToast is a really simple jQuery plugin used to create toast-like notification popups for your webapp that supports any html contents and auto hides after a given timeout.

Notification toast-message

Documentation

🍞 MyFakeToast 🍞

A JS plugin to show a "toast like" popup message to be used in HTML application.

DEMO

ScreenShot:
Android iOS

How to use

Add my-fake-toast.js into the html page's head

<script src="js/my-fake-toast.js"></script> 

To show up the toast use the command bellow:

toastMe(msg(string), time(ms), position(Top|Center|Bot);  e.g. toastMe("Hi! I'm a toast!", 2000, "Bot"); 





Fade effects from - Animate.css by Daniel Eden


You May Also Like