2013-06-07 23:04:25 +11:00
|
|
|
Notify.js
|
|
|
|
|
=====
|
2013-03-27 02:29:29 -07:00
|
|
|
|
2013-06-20 12:38:46 +10:00
|
|
|
> A simple, yet fully customizable notification library
|
2013-06-06 14:03:15 +10:00
|
|
|
|
2013-06-07 23:04:25 +11:00
|
|
|
See demos and full documentation at:
|
|
|
|
|
|
|
|
|
|
## http://notifyjs.com/
|
2013-06-12 13:28:47 +10:00
|
|
|
|
2015-11-03 16:17:14 -06:00
|
|
|
SYNOPSIS
|
|
|
|
|
====
|
2013-06-12 13:28:47 +10:00
|
|
|
|
2015-11-03 16:17:14 -06:00
|
|
|
Global Notifications
|
|
|
|
|
----
|
2013-06-12 13:28:47 +10:00
|
|
|
|
2015-11-03 16:17:14 -06:00
|
|
|
$.notify("Hello World");
|
2013-06-12 13:28:47 +10:00
|
|
|
|
2015-11-03 16:17:14 -06:00
|
|
|
Element Notifications
|
|
|
|
|
----
|
2013-06-12 13:28:47 +10:00
|
|
|
|
2015-11-03 16:17:14 -06:00
|
|
|
$(".elem-demo").notify("Hello World");
|
|
|
|
|
|
|
|
|
|
// where x is one letter: [t]op, [b]ottom, [m]iddle
|
|
|
|
|
// where y is one letter: [l]eft, [r]ight, [c]enter
|
|
|
|
|
$(".elem-demo").notify("Hello World", {position: "x y"});
|
|
|
|
|
|
|
|
|
|
COPYRIGHT
|
|
|
|
|
====
|
|
|
|
|
|
|
|
|
|
Notify.js is released under the [MIT License](https://opensource.org/licenses/MIT).
|
|
|
|
|
|
|
|
|
|
Copyright © Jaime Pillora <dev@jpillora.com>
|