A Jquery/javascript plugin for custom notifications.
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!"
});Notifyme.js is released under the MIT license.
- Mashable for the design idea.
- Bounce.js for CSS3 Animations.
- Sitepoint for a snippet to Capture CSS3 Animation Events
- Font Awesome for icons.
