🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

A jQuery plugin to manipulate and manage web notifications using Bootstrap alerts component, with support for custom headings, messages and glyphicons.

Bootstrap Notification alert

Documentation

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


You May Also Like