Notifications V1.2 – JavaScript (OOP)

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


Comments

Leave a Reply

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