Best jQuery Status Message Plugin?

36,440

Solution 1

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.

Solution 2

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 }

Solution 3

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/

Solution 4

In order of my preference

Solution 5

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.

Share:
36,440

Related videos on Youtube

Elijah Manor
Author by

Elijah Manor

I am a Christian and a family man. I'm the President of Manorism, Inc. and a PluralSight Author. I specialize in providing front-end web development training (JavaScript/jQuery/HTML5). I'm a Microsoft Regional Director, Microsoft ASP.NET MVP, ASPInsider, and IE userAgent. I enjoy blogging at http://elijahmanor.com and tweeting (@elijahmanor) about the things I learn.

Updated on April 16, 2020

Comments

  • Elijah Manor
    Elijah Manor about 4 years

    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.

  • Elijah Manor
    Elijah Manor over 15 years
    Doh, I didn't even see the sticky attribute on jGrowl. Thanks for pointing that out!
  • Jayapal Chandran
    Jayapal Chandran over 13 years
    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
    Jayapal Chandran over 13 years
    i like this too. really nice. but there haven't been a need now. so i have book marked this. nice.
  • Jayapal Chandran
    Jayapal Chandran over 13 years
    both the demos at this date showing SERVER ERROR. could you add the current links so that users would be benefited.
  • theglauber
    theglauber over 13 years
    Thanks, Jayapal. The demo download seems to be a working alternative: mosesofegypt.net/file.axd?file=jQueryNotificationMessage.zip
  • stephan.com
    stephan.com almost 13 years
    agreed, it's easy to use and (so far) easy to style. Be warned, the rails gem at this writing isn't 3.1-friendly.
  • mbinette
    mbinette over 11 years
    Including an external reference to a well documented source is appreciated here on Stack Overflow but it is important to include in your answer the most important/relevant snippets from the external source and give context as to how the answer the question because if that link goes dead (server goes down, etc), then your answer becomes useless.
  • trante
    trante about 11 years
    jGrowl is an easy to use script but it doesn't have top-full-width or bottom-full-width option.