vikksr/jQuery-notification
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Usage
With default settings:
$.notification('This is a notification!');
With custom settings:
$.notification('This is a notification!', {
className: 'jquery-notification',
duration: 2000,
freezeOnHover: false,
hideSpeed: 250,
position: 'center',
showSpeed: 250,
zIndex: 99999
});