Gritter -Growl a-like jQuery plugin
Gritter is Growl look-a-like jQuery plugin that looks the exact same as the one for Mac OS. For those who don’t know what Growl is, it’s basically a notification bubble/popup that appears in the top right of your desktop. Think of it as calling the alert() function in JavaScript, only it’s not a modal, it’s subtle and it doesn’t look like dog shit.
All notifications are transparent. All other browsers (FF 3, FF 3.5, Opera 9, IE7, IE8, Safari 4) have been tested and proven worthy.
Option available
- Add regular notification: Fades out after a certain amount of time, can be set for each notification.
- Add sticky notification: Doesn’t run on a fade timer. Just sits there until the user manually removes it by clicking on the (X)
- Add notification without image
- Add notification (with callbacks)
- Add a sticky notification (with callbacks)
- Remove all notifications
- Remove all notifications (with callbacks)
Requirements: jQuery framework
Demo: http://boedesign.com/demos/gritter
License: MIT License