Tim Benniks personal project sandbox

jQuery "growl-like" notification plugin

This is the project page for a simple jQuery plugin called jQuery Notice. As the names says, you can give notification to the users of your side.

What! Another one?

There are more growl-like notification plugins out there, and I hear you thinking: why yet another one!? Well. The other plugins out there are not written in a style that I like. I needed my notifications more flexible and lightweight. This project page shows how I achieved that.

How it works

This plugin extends jQuery. That means that you can call it like this: jQuery.noticeAdd() or jQuery.noticeRemove(). The fact that it is not bound to an html object makes this plugin very easy to use. It is callable or removable from any function. For example: it could be initiated as callback from a function or on a success or failure after an Ajax request.

Demo

Download

If you are interested in using this plugin please visit the google code page. Another way would be doing this in some kind of terminal.

svn checkout http://jquery-notice.googlecode.com/svn/trunk/

Documentation

For a full documentation please visit the google code wiki pages.