jprieton / bootstrap-alerts

Bootstrap Alerts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Bootstrap Alerts