From b54195aeacdf433623d6ef34da4c155563170035 Mon Sep 17 00:00:00 2001 From: chencheng Date: Sun, 13 Jul 2014 19:00:22 +0800 Subject: [PATCH] add Notifications --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c56ff0..71711e6 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ A curated list of amazingly awesome browser-side JavaScript libraries, resources * [Validation](#validation) * [Keyboard Wrappers](#keyboard-wrappers) * [Tours And Guides](#tours-and-guides) - * Notifications + * [Notifications](#notifications) * Sliders * [Other Awesome Lists](#other-awesome-lists) @@ -270,5 +270,15 @@ Besides libraries, there're [Collection on Codepen](http://codepen.io/collection * [joyride](https://github.com/zurb/joyride) - jQuery feature tour plugin. +## Notifications + +* [messenger](https://github.com/HubSpot/messenger) - Growl-style alerts and messages for your app. +* [noty](https://github.com/needim/noty) - jQuery notification plugin. +* [pnotify](https://github.com/sciactive/pnotify) - JavaScript notifications for Bootstrap, jQuery UI, and the Web Notifications Draft. +* [toastr](https://github.com/CodeSeven/toastr) - Simple javascript toast notifications. +* [humane-js](https://github.com/wavded/humane-js) - A simple, modern, browser notification system. +* [smoke.js](https://github.com/hxgf/smoke.js) - Framework-agnostic styled alert system for javascript. + + # Other Awesome Lists Other amazingly awesome lists can be found in the [awesome-awesomeness](https://github.com/bayandin/awesome-awesomeness) list.