Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jprieton/bootstrap-alerts
- Owner: jprieton
- Created: 2015-03-30T15:15:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-31T20:45:13.000Z (about 7 years ago)
- Last Synced: 2024-10-07T23:16:47.422Z (about 1 month ago)
- Topics: alert, bootstrap, jquery, plugin
- Size: 24.4 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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