jquery: Flash messages
Posted
by Svish
on Stack Overflow
See other posts from Stack Overflow
or by Svish
Published on 2010-05-19T09:54:12Z
Indexed on
2010/05/19
10:00 UTC
Read the original article
Hit count: 185
jQuery
|messagebox
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.
© Stack Overflow or respective owner