/Sticky

An unbelievably simple notification system for jQuery

Primary LanguageJavaScript

Sticky

A super simple notification system for jQuery, similar to Growl notifications.

Project page on Github - https://github.com/counteragent/Sticky

Usage

Include the files in your document's header:

<script type="text/javascript" src="sticky.js"></script>
<link rel="stylesheet" type="text/css" href="sticky.css" />

Basic Usage

$.sticky('This is a Sticky Note!');

Advanced Options

$.sticky('This is a very special Sticky Note!',{speed:1500,position:'top-center',autoclose:false});

Change the close.png Image Path

$.sticky('Note with a custom image path for the close button!',{imagePath:'../../images'});
// leave off the trailing slash of your images folder

Authors

Original Author: Daniel Raftery

Branched Author: Jonathan Brimer

Browser compatibility

  • Chrome 8.0+
  • Firefox 3.0+
  • Safari 4.0+
  • Internet Explorer 7.0+

License

This work is licensed under the MIT License.