-
Notifications
You must be signed in to change notification settings - Fork 8
vikksr/jQuery-notification
Folders and files
| Name | Name | Last commit message | 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
});About
An easy, iOS-like notification plugin for jQuery.
Resources
Stars
Watchers
Forks
Packages 0
No packages published