Question

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.

Was it helpful?

Solution

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.

OTHER TIPS

A few options...

  • Humanized Messages (demo, 3 KB) looks very cool, and has a nice history rollout
  • Pines Notify (13 KB) is extremely customizable and supports jQuery UI themes
  • jGrowl (6 KB) does actually have a sticky option - use { sticky: true }

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/

In order of my preference

We have started using http://boedesign.com/demos/gritter/ and have to say it accomplishes the osx growl feel better than the others listed out of the box.

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

Here's an Outlook Popup style notification jQuery widget:

There is a pretty nice humanized message one here: http://www.websanova.com/plugins/humanmsg/jquery#websanova

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top