notifyme-js
v2.0.0
Published
A Jquery/javascript plugin for custom notifications.
Downloads
1
Readme
Notifyme.js
A Jquery/javascript plugin for custom notifications.
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
- Mashable for the design idea.
- Bounce.js for CSS3 Animations.
- Sitepoint for a snippet to Capture CSS3 Animation Events
- Font Awesome for icons.