-
Notifications
You must be signed in to change notification settings - Fork 4
Ubuntu-style notifications within a web browser
caolan/jquery.notify.js
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
====================================== jQuery Notify Plugin v0.1 - by @caolan ====================================== Attempts to implement notifications similar to those available in Ubuntu since Jaunty Jackalope (9.04) [see: $ aptitude show notify-osd] For more information on the notifications, see the following: - http://www.markshuttleworth.com/archives/253 - http://launchpad.net/notify-osd Dependencies: jQuery 1.3 jquery.jcorners.js Copyright (c) 2009 Caolan McMahon (http://caolanmcmahon.com) Dual licensed under the MIT and GPL licenses (same as jQuery). http://docs.jquery.com/License ================== Installation ------------------ Include notify.css and jquery.notify.js in your HTML. You'll also need, jquery-1.3.2.js (or latest jquery 1.3 release) and jquery.jcorners.js. You can get jquery.jcorners.js from: http://plugins.jquery.com/project/JCorners ================== Usage ------------------ You can then create notifications by calling $.notify(options), where options is an object with some or all or the attributes: title, text, icon, and delay (in millisecs). Example: $.notify({title:'Example', text:'Lorem ipsum...', icon:'image.png'}); ================== Supported Browsers ------------------ Tested and working on: FF3 (Windows XP & Ubuntu) IE7 IE6 Safari 3.2.1 (Windows XP) Opera 10.0 (Windows XP) Additional testing would be welcome, if you have any more results to add please get in touch. ================== Known Issues ------------------ Browser security error if opened as a local file instead of run through a webserver. Most other issues are due to ongoing development on handling CSS for elements behind the notifications. Active and focus CSS properties are not currently supported, and hover styles are only partially supported. If you have any problems, please submit an Issue on GitHub.
About
Ubuntu-style notifications within a web browser
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published