An open API service indexing awesome lists of open source software.

https://github.com/calebnance/boot3notifyjs


https://github.com/calebnance/boot3notifyjs

Last synced: 8 months ago
JSON representation

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)