🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Notify is a small jQuery notification plugin used to create Material Toast like notification messages sliding in/out from the edge of your screen.

Notification toast-message

Documentation

Notify

A light-weight yet customizable toast plugin for jQuery

Usage

Include jquery.notify.js and jquery.notify.css and of course jquery to your page

<link rel="stylesheet" href="jquery.notify.css" />  <script src="jquery.js"></script> <script src="jquery.notify.js"></script> 

JS

$.notify();

Available options

wrapper: 'body', message: 'Your request submitted successfuly!', // success, info, error, warn type: 'success', // 1: top-left, 2: top-center, 3: top-right // 4: mid-left, 5: mid-right // 6: bottom-left, 7: bottom-center, 8: bottom-right position: 1, dir: 'ltr', autoClose: true, duration: 4000, onOpen: null, onClose: null

License

MIT


You May Also Like