This is project is 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. The project is hosted on the jQuery plugins repository and on google code.
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. More info here.
Comments