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)


Types & Layouts

NOTY has 11 layouts; top, topLeft, topCenter, topRight, center, centerLeft, centerRight, bottom, bottomLeft, bottomCenter, bottomRight
and 5 types alert, success, warning, error, information

Let's create a notification with layout and type CREATE

Custom container example for using inline layout;

Custom container usage example;

var n = $('.custom-container').noty({text: 'NOTY - a jquery notification library!'});