vote up 10 vote down star
10

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.

flag

4 Answers

vote up 7 vote down check

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

http://stanlemon.net/projects/jgrowl.html#samples

...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.

link|flag
Doh, I didn't even see the sticky attribute on jGrowl. Thanks for pointing that out! – Elijah Manor Oct 14 '08 at 17:57
vote up 0 vote down

We found following simple code from west-wind very helpful in our project.

http://www.beyondweblogs.com/post/Display-Fancy-Status-Message-using-JQuery.aspx

link|flag
vote up 0 vote down

I really like this humanmessage plugin. You can customize it to hang around longer and change the appearance, etc --

http://code.google.com/p/humanmsg/

link|flag
vote up 1 vote down

Here's an Outlook Popup style notification jQuery widget:

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.