Animation plug-in for notifications messaging system on Web application. Animation plug-in is displaying messages in stack order with collapse option.
Use of plug-in:
messages = $('#message ul li').toArray().concat([]);
$('#message').remove();
notifications = new Notifications({'messages': messages});
Download:
JavaScript Notifications
Leave a Reply