2.0.0 • Published 7 years ago

notifyme-js v2.0.0

Weekly downloads
4
License
ISC
Repository
github
Last release
7 years ago

Notifyme.js

A Jquery/javascript plugin for custom notifications.

alt tag

Usage

Include the script file in your page

<script src="notifyme.js"></script>

Then init it with your preffered options

$.notify({
    type: "success",
    message: "This is a success message with notify!"
});

License

Notifyme.js is released under the MIT license.

Credits