Tiny Growl-like Toast Notification Plugin With jQuery - mk-notiX

File Size: 10.2 KB
Views Total: 1392
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   
Tiny Growl-like Toast Notification Plugin With jQuery - mk-notiX

mk-notiX is a very small jQuery notification plugin which helps you display growl-style toast messages to alert the user of something.

By default, the toast notification slides in from the top left of the page, stays for a specified amount of time, and then slides away.

How to use it:

1. Just include the jQuery mk-notiX plugin's script after jQuery library and we're ready to go.

<script src="//code.jquery.com/jquery.min.js"></script>
<script src="mk-notix.js"></script>

2. Display a toast notification with custom message, duration and color. That's it.

// returnN('message','color','duration')
<button onclick="returnN('Notification Message','orange',5000)">
  Click me
</button>

Change log:

2018-04-15

  • fix scrol tab, optimize memory for dom selection

2018-04-02


This awesome jQuery plugin is developed by mahkassem. For more Advanced Usages, please check the demo page or visit the official website.