1.2.2 • Published 7 years ago

bootstrap-alerts v1.2.2

Weekly downloads
285
License
MIT
Repository
github
Last release
7 years ago

Bootstrap Alerts v1.2.2

A jQuery plugin for displaying Bootstrap alerts. Demo

Usage

$('#alert-container').bootstrapAlert({
    type: 'success', // Optional, , default: 'info',  values: 'success', 'info', 'warning' or 'danger'
    dismissible: true, // Optional, default: true 
    heading: 'My Heading', // Optional, default: ''
    message: 'My message.',  // Required,
    clear: true // Optional, Clears the container, default: true 
});

License

Licensed under the MIT License

Bug tracker

Have a bug? Please create an issue on GitHub at https://github.com/jprieton/bootstrap-alerts/issues