views:

135

answers:

4

A while ago I came across a jQuery plugin that produced the alert/message boxes like those seen on Twitter (when saving settings) and StackOverflow. Can somebody point me to them online? I'm having trouble getting relevant search results...

Thanks

A: 

Maybe you mean these : http://labs.abeautifulsite.net/projects/js/jquery/alerts/demo/

Gaby
I am specifically looking for this style of alert.
andrhamm
+1  A: 

I think he means thoses notifications

mathroc
Found what I was looking for here: http://briancray.com/2009/05/06/twitter-style-alert-jquery-cs-php/
andrhamm
+1  A: 

The alerts I was referring to can be found here: http://briancray.com/2009/05/06/twitter-style-alert-jquery-cs-php/

Thanks,

andrhamm
I hope it works better than the demo indicates. Why not use a properly made plugin, like jBar?
Dan Diplo
+4  A: 

I believe what you really want is jBar plugin:

"jBar is a jQuery Plugin that allows you to integrate notifications in your web site. The behavior is very similar to Twitter’s and Stackoverflow’s notification messages."

Try the demo at http://www.tympanus.net/jbar/

Dan Diplo