Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jprieton/bootstrap-alerts

Bootstrap Alerts
https://github.com/jprieton/bootstrap-alerts

alert bootstrap jquery plugin

Last synced: 1 day ago
JSON representation

Bootstrap Alerts

Awesome Lists containing this project

README

        

Bootstrap Alerts v1.2.2
===========

A jQuery plugin for displaying Bootstrap alerts. [Demo](http://jprieton.github.io/bootstrap-alerts)

Usage
---

```javascript
$('#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](http://opensource.org/licenses/mit-license.html)

Bug tracker
---

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