Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

jquery: Flash messages

With jQuery, how can I display a flash message at the top of the page in an easy way? Is there something built-in, or a plugin, or is it easy enough to do it yourself?

What I mean is like after a successful ajax post I would like to just say "hey, it went good" in a non-obtrusive way.

like image 707
Svish Avatar asked May 19 '10 09:05

Svish


People also ask

What is the use of flash message?

Flash SMS is a special type of text message that displays immediately on the mobile phone screen without the user having to take any action to read it. A flash SMS (also known as a class 0 SMS) will appear on a mobile, even if the screen is locked.


1 Answers

I have used Notify Bar to do this also... Really simple to use.

like image 77
Brian ONeil Avatar answered Oct 08 '22 11:10

Brian ONeil