Skip to content

Commit 1858231

Browse files
committed
Updating readme
1 parent 3a5172f commit 1858231

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.rdoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1+
=== Jquery Purr
2+
A bower'fied copy of Net Perspective's code: https://code.google.com/p/jquery-purr/
13

4+
===OVERVIEW
5+
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.
6+
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.
7+
8+
===COMPATIBILITY
9+
Purr has been successfully, though not extensively, tested on IE7, FF2, FF3, Safari3 Windows, and Opera 9.
10+
11+
===REQUIREMENTS
12+
jQuery (tested with 1.2.6)

0 commit comments

Comments
 (0)