Free Download: Direct Link
Author: needim Portfolio
Other Templates: needim
Description: Buy Noty Manager by needim on CodeCanyon. Highly customizable notification manager. It also supports open source Noty plugin. Noty Manager Documentation NotyMa...

Last Update: 11 March 14
Created: 11 March 14
bubble.left -2 Bubble left position from element NotyManager.info(param1, param2) String, Object For creating a information type notification Compatible Browsers: IE8, IE9, IE10, IE11, Firefox, Safari, Opera, Chrome
Files Included: JavaScript JS, HTML, CSS
Software Version: jQuery
container $(’<div/>’) This is the container of notification messages. Each notification will be prepend in this container. NotyManager.increase(param) Number Increase the count of bubble
wrapper $(’<div/>’) This is the wrapper of each notification html’s. You can use this wrapper for css styling and etc. NotyManager.decrease(param) Number Decrease the count of bubble
emptyHtml There is no notification in here If there is no notification in the ‘container’ this html will be shown in the container. NotyManager.setCount(param) 0 Bubble count setter
callback.onOpen function(){} This callback fired when notification container opened NotyManager.getNotificationCount() None Returns notification element’s count
callback.onClose function(){} This callback fired when notification container closed NotyManager.getBubbleCount() None Returns bubble’s count
useNoty false If true and noty plugin is loaded, notifications will be display on the screen. NotyManager.clearNotifications() None Clears the notification elements
noty Object This option will be used by noty plugin. Option details are here.