Best jQuery Status Message Plugin?

Viewed 36466

What is the best jQuery status message plugin?

I like jGrowl and Purr, but jGrowl doesn't have the feature to remain sticky (not close automatially) and Purr doesn't seem to work right in IE 6.

I would like to show messages like... the site is about to go down for maintenance, your such and such job has completed, and stuff like that.

9 Answers

jGrowl does look to have sticky - see sample 2 in the demo page:

https://github.com/stanlemon/jGrowl

...ah - or did you mean after the page has reloaded?

I would then handle this on the server side - i.e. include a sitedown.js that triggers the growl notice each time any page is visited.

Related