Is there a jQuery plugin for error messages at top like Twitter?

Posted by sami on Stack Overflow See other posts from Stack Overflow or by sami
Published on 2011-03-11T08:00:06Z Indexed on 2011/03/11 8:10 UTC
Read the original article Hit count: 283

Filed under:
|
|

I'm looking for a jquery plugin that would create an errors div like what twitter has.

The div gets added by the plugin, it stays hidden while it doesn't have content, then when a message gets added to it, it appears at the top (with either a close button option or automatic disappear after an x number of seconds).

It's not too difficult to write, but there would be no reason to write it if it's already been done before. Anyone knows of a plugin like that?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery