noty - A jQuery Notification Plugin

Written by Kevin Liew on 25 Jul 2012
32,799 Views • Javascript

All of us should familiar with the default Javascript Alert dialogue. It used to me a common solution to notify users and the most annoying part would be its flexibity. We can't skin it, we have not much control over it and it's inconsistent across different browsers and platforms.

Now, we have noty. noty is a jQuery plugin that makes it easy to create alert messages as an alternative the standard alert dialog. The notifications can be positioned many predefined positions such as top, bottom, top left, or a top or bottom bar.

There are lots of other options in the API to customise the text, animation, speed, buttons and much more.

It also has various callbacks for the buttons, opening closing the notifications and queue control.

Features

  • Built in Alert, success, error, warning, information and confirm dialogus
  • Skinable with different themes
  • Highly configurable
  • Allow animation customization
  • Callback functions (onShow, afterShow, onClose, afterClose)

Screenshots

SPECIFICATIONS & DOWNLOAD

Join the discussion

Comments will be moderated and rel="nofollow" will be added to all links. You can wrap your coding with [code][/code] to make use of built-in syntax highlighter.

2 comments
NGeony 12 years ago
Hello people !
Reply
Pritesh Desai 12 years ago
nice plugin, will use in my next project.
Reply