A simple, yet fully customizable notification library
See demos and full documentation at:
$.notify("Hello World");
$(".elem-demo").notify("Hello World");
// where x is one letter: [t]op [m]iddle [b]ottom
// where y is one letter: [l]eft [c]enter [r]ight
$(".elem-demo").notify("Hello World", {position: "x y"});
Notify.js is released under the MIT License.
Copyright © Jaime Pillora <[email protected]>