jQuery jNotify
jNotify is a jQuery plugin to send notifications to your users with a single line code.
jNotify can display information boxes in just one line of code. Three kind of boxes are allowed : information, success and failure. The whole box is entirely skinnable with css. For example, you could use it for a mail being successfully sent or a validation error of a form.
This a great easy to use plugin to notify your users about events within your app. For instance, I used this plugin to my users know if an AJAX request had an error or if it was successful.

Loading...