├── README.markdown ├── alert.png ├── index.htm ├── src ├── jquery.notify.js └── jquery.notify.min.js └── ui.notify.css /README.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehynds/jquery-notify/HEAD/README.markdown -------------------------------------------------------------------------------- /alert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehynds/jquery-notify/HEAD/alert.png -------------------------------------------------------------------------------- /index.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehynds/jquery-notify/HEAD/index.htm -------------------------------------------------------------------------------- /src/jquery.notify.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehynds/jquery-notify/HEAD/src/jquery.notify.js -------------------------------------------------------------------------------- /src/jquery.notify.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehynds/jquery-notify/HEAD/src/jquery.notify.min.js -------------------------------------------------------------------------------- /ui.notify.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehynds/jquery-notify/HEAD/ui.notify.css --------------------------------------------------------------------------------