A simple and small notification plugin for jQuery.
Check out http://marcojetson.github.com/jquery-notification/
Include script after jQuery
<script src="jquery.notification.js"></script>
Dual licensed under the MIT or GPL Version 2 licenses.
$.createNotification(options)
A string containing one or more extra CSS classes, default none
Click callback
Notification content
On screen duration in milliseconds, set it to 0 for sticky, default 5000
Fade in effect duration in milliseconds, default 400
Fade out effect duration in milliseconds, default 400
Visible limit per board, when reached notifications wont be created, default false
If queue is active and limit is reached notifications will be shown when other hides, default false
Slide up effect duration in milliseconds, default 200
Horizontal alignment, default right
Vertical alignment, default top