https://github.com/jboesch/Gritter
https://codepen.io/windyvu/pen/mEZKoZ
https://www.jqueryscript.net/demo/Classic-Growl-like-Notification-Plugin-For-jQuery-Gritter/#google_vignette
Add regular notification: Fades out after a certain amount of time, can be set for each notification.
Add sticky notification: Doesn't run on a fade timer. Just sits there until the user manually removes it by clicking on the (X).
Add notification without image
Add a white notification: has a 'gritter-light' class_name applied to it.
Add notification (with callbacks)
Add a sticky notification (with callbacks)
Add notification with max of 3: If there are 3 messages already on screen, it won't show another one.
Remove all notifications
Remove all notifications (with callbacks)