Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.09 KB

README.rdoc

File metadata and controls

12 lines (9 loc) · 1.09 KB

Jquery Purr

A bower’fied copy of Net Perspective’s code: code.google.com/p/jquery-purr/

OVERVIEW

Purr is a jQuery plugin for dynamically displaying unobtrusive messages in the browser. It is designed to behave much as the Mac OS X program “Growl.” Other simliar plugins exist: jQuery Growl, jGrowl, but Purr functions quite differently than both of these by accepting an object to turn into a notification instead of building the notification from a series of parameters. This frees the developer to define whatever setup process he wants and keeps all styling external. Purr is also different in its presentation of the notices. These can be set to fade out on a timer or stay in place until the user decides to close them. In addition, non-sticky notices won’t begin their fade out timers until they are the top non-sticky notice in the list. This gives users a better opportunity to read messages that were added close together.

COMPATIBILITY

Purr has been successfully, though not extensively, tested on IE7, FF2, FF3, Safari3 Windows, and Opera 9.

REQUIREMENTS

jQuery (tested with 1.2.6)