Bump to 0.4.1, see description
* IE9 fix * code cleanup * publish to npm (closes #31) * jquery is now a peerDep (closes #53) * improve positioning documentation * dont reuse element notifications, always recreate (closes #43)
This commit is contained in:
@@ -5,28 +5,10 @@ Notify.js
|
||||
|
||||
See demos and full documentation at:
|
||||
|
||||
## http://notifyjs.com/
|
||||
## https://notifyjs.com/
|
||||
|
||||
SYNOPSIS
|
||||
====
|
||||
|
||||
Global Notifications
|
||||
----
|
||||
|
||||
$.notify("Hello World");
|
||||
|
||||
Element Notifications
|
||||
----
|
||||
|
||||
$(".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"});
|
||||
|
||||
COPYRIGHT
|
||||
====
|
||||
|
||||
Notify.js is released under the [MIT License](https://opensource.org/licenses/MIT).
|
||||
|
||||
Copyright © Jaime Pillora <dev@jpillora.com>
|
||||
|
||||
Reference in New Issue
Block a user