NOTY is a jQuery plugin that makes it easy to create alert - success - error - warning - information - confirmation messages as an alternative the standard alert dialog. Each notification is added to a queue. (Optional)


Installation

1. Include jQuery 1.6+

2. Include noty/packaged/jquery.noty.packaged.min.js.

That's It. Your code should then be similar to this:

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
<script type="text/javascript" src="js/noty/packaged/jquery.noty.packaged.min.js"></script>
NOTY is compatible with jQuery 1.6+ for now. But if you are using older version then 1.6 you can add promise.js to your header.
(Thanks to Maksim Pecherskiy)

Install via Bower

$ bower install noty

Install via NPM

$ npm install noty