Alertify is a lightweight JavaScript library for displaying stylish notifications with ease. The library doesn’t depend on any JS frameworks, can show notifications in a modal window and also feature growl-like messages.

Alertify - JavaScript Notifications

Notifications are unobtrusive and the outputs can be completely customized via CSS as custom classes can be attached to elements. Callbacks exist for ok + cancel events to act accordingly and there is support for chaining to create queued dialogs.


Requirements: No Requirements
Compatibility: All Major Browsers

Website: http://fabien-d.github.com/alertify.js/
Download: https://github.com/fabien-d/alertify.js

0 Shares:
Leave a Reply

Your email address will not be published. Required fields are marked *

2 + one =

This site uses Akismet to reduce spam. Learn how your comment data is processed.

You May Also Like

jQuery: Setting cookies

Setting and clearing cookies with jQuery is really easy but it's not included in the jQuery core and requires a plug-in. This post shows how to set, get the value of and clear cookies with jQuery.