You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the ability to update multiple values in one call
Turn off Progress bar
Set Progress bar value / Progress bar not shown by default
//Updatevarnotify=$.notify('<strong>Saving</strong> Do not close this page...',{allow_dismiss: false});notify.update({type: 'success','<strong>Success</strong> Your page has been saved!'});// Turn of Progress bar on$.notify('I have a progress bar',{showProgressbar: true});// Update Progress barvarnotify=$.notify('<strong>Saving</strong> Do not close this page...',{allow_dismiss: false});notify.update({type: 'warning','<strong>Oops</strong> Something happened. Correcting Now',progress: 20});
Better event handling for onShow, onShown, onClose, onClosed
updating notification content will reposition growls below it
Fixed updating icon images
Fixed IE Issues with Growl URL not being able to be clicked on
Added the ability to show progress bars
Added the ability to pass position in the settings
Added newest_on_top option that allows new growls to push down old growls
Added Transition CSS to plugin
transition: all 0.5 ease-in-out;
Remember to read to documentation. I use custom css style's for the progress bar that you can find there. This was left out of the plugin so you could choose to use the default progressbar styles provided for bootstrap or write your own.