iToast is a javascript notification plugin with 220 icons. It’s super simple to create a gorgeous notification (or toast). Just do this: iToast.showToast('You are great!'); It is also easily configurable: iToast.showToast('You are great!',{ title:'Congrats!', icon: 'twitter', theme: 'asphalt', position: 'bottom left', onClick: function(e) { //do something } }); The notification animation looks amazing and is very intuitive
Showing posts with label growl. Show all posts
Showing posts with label growl. Show all posts
Wednesday, December 11, 2013
Download iToast Notification Messages with Icons
iToast is a javascript notification plugin with 220 icons. It’s super simple to create a gorgeous notification (or toast). Just do this: iToast.showToast('You are great!'); It is also easily configurable: iToast.showToast('You are great!',{ title:'Congrats!', icon: 'twitter', theme: 'asphalt', position: 'bottom left', onClick: function(e) { //do something } }); The notification animation looks amazing and is very intuitive
Labels:
alert,
boxes,
Code Script download,
comment,
css3,
growl,
icon,
message,
modern,
notification,
notify,
toast
Monday, October 28, 2013
Download Notification Center - 4 Notification Types
Overview Notification Center is a jQuery plugin that facilitates the process of creating and managing notifications within an application. The primary features of Notification Center are: 2 themes – Light and Dark Notification ‘bubbles’ track the number of unread notifications in each category 4 display types (modal, bar, growl, none) 4 helper types (success, error, warning, notice) Create notifications in Javascript or PHP Automatically poll the server for new notifications Add images to notifications Optional PHP class to create/manage notifications (You need to understand PHP to use this class) Create unlimited categories for notifications Extensive options list – See full list Themes Light Dark *The notification menu in the light theme is based on the work of Orman Clark Callbacks Create Callback – This callback is fired each time a notification is created Mark Read Callback – This callback is fired each time a notification is marked as read Delete Callback – This callback is fired when a notification is deleted Notification Count Increase Callback – This callback is fired when the notification count in one of the bubbles increases Notification Click Callback – This callback is fired when a notification is clicked inside of the notification list Close Callback – This callback is fired when a notification is closed
Subscribe to:
Posts (Atom)