Skip to content

SebT/notifyjs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notify.js

A simple, yet fully customizable notification library

See demos and full documentation at:

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.

Copyright © Jaime Pillora <dev@jpillora.com>

About

Notify.js - A simple, versatile notification library

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 96.0%
  • CSS 4.0%