https://github.com/calebnance/boot3notifyjs
https://github.com/calebnance/boot3notifyjs
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/calebnance/boot3notifyjs
- Owner: calebnance
- Created: 2015-03-03T01:56:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-11-02T04:33:57.000Z (over 6 years ago)
- Last Synced: 2025-01-22T21:15:16.935Z (over 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# boot3notify.js
Bootstrap3 Notify - jQuery Plugin
Usage:
$.fn.boot3notify({ msg: 'Red Wine, Success!'});
$.fn.boot3notify({ msg: 'Something is not right with me!', alertClass: 'danger'});
All Parameters
- alertClass: success|info|warning|danger,
- clrBefore: true|false,
- queueLimit: numeric,
- effectIn: fadeIn|slideDown|show
- effectOut: fadeOut|slideUp|hide
- transIn: (miliseconds)
- transOut: (miliseconds)