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?
There is not any built-in function for flash message in jquery but you can use fadein() and fadeout() for flash message with setting some time transition.