Awesome Notification tooltips Menu with jQuery
A jQuery plugin to add notification bubbles and a notification list to any menu.
Usage
var notifications = new $.ttwNotificationMenu({ colors:['#f56c7e', '#fec151', '#7ad2f4'] }); //Add bubbles to a menu notifications.initMenu({ someCategory:'#menuItemSelector' }); //create a notification notifications.createNotification('Sample Notification'); //delete a notification var notification = notifications.creatNotification('some notification'); notifications.deleteNotifiction(notification); //get the notifications in a category var notificationsInSomeCategory = getNotifications('someCategory', 'unread');
The article source:http://www.codebasehero.com/2011/07/jquery-notification-menu/
You might also like
Tags
accordion accordion menu animation navigation animation navigation menu carousel checkbox inputs css3 css3 menu css3 navigation date picker dialog drag drop drop down menu drop down navigation menu elastic navigation form form validation gallery glide navigation horizontal navigation menu hover effect image gallery image hover image lightbox image scroller image slideshow multi-level navigation menus rating select dependent select list slide image slider menu stylish form table tabs text effect text scroller tooltips tree menu vertical navigation menu