views:

10146

answers:

4

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  A: 

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.

Remy Sharp
Doh, I didn't even see the sticky attribute on jGrowl. Thanks for pointing that out!
Elijah Manor
nice. it is really working well. except that i need to call it with out using a class and to close it just like close(). anyway i modified the js code to include my needs. good example.
Jayapal Chandran
+1  A: 

Here's an Outlook Popup style notification jQuery widget:

micahwittman
both the demos at this date showing SERVER ERROR. could you add the current links so that users would be benefited.
Jayapal Chandran
Thanks, Jayapal. The demo download seems to be a working alternative: http://mosesofegypt.net/file.axd?file=jQueryNotificationMessage.zip
micahwittman
+3  A: 

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/

TGuimond
i like this too. really nice. but there haven't been a need now. so i have book marked this. nice.
Jayapal Chandran
+2  A: 

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

Bert