Category: Goodies
-
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
-
Presenter V2.2.3 – JavaScript (jQuery)
Plug-in for simulating animation of photos as desk of cards. Could be used for animating any other HTML elements. Use of AJAX is supported and recommended. Use of plug-in: $(‘#mylist’).presenter({ site: base_url, AJAX: true, contSld: ‘li’, content: ‘a’ }); Download: jQuery Presenter