Is there a jQuery plugin for error messages at top like Twitter?
- by sami
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?