Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mackrais-organization/mr-bootstrap-bb-alert
Plugin to display bootstrap popup alert. Used default bootstrap class 'bb-alert'.
https://github.com/mackrais-organization/mr-bootstrap-bb-alert
alert bb-alert bootstrap bower css html jquery js mackrais notifications
Last synced: 6 days ago
JSON representation
Plugin to display bootstrap popup alert. Used default bootstrap class 'bb-alert'.
- Host: GitHub
- URL: https://github.com/mackrais-organization/mr-bootstrap-bb-alert
- Owner: mackrais-organization
- License: other
- Created: 2017-12-06T13:06:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-05T10:37:27.000Z (over 6 years ago)
- Last Synced: 2024-11-08T20:23:53.845Z (10 days ago)
- Topics: alert, bb-alert, bootstrap, bower, css, html, jquery, js, mackrais, notifications
- Language: HTML
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# mr-bootstrap-bb-alert
Installation
------------
Plugin to display bootstrap popup alert. Used default bootstrap class 'bb-alert'.The preferred way to install this extension is through [bower](https://bower.io/).
Either run
```
bower install mr-bootstrap-bb-alert
```to the require section of your `bower.json` file.
## Usage js events
```js
MsgSuccess('Hello world!',5000,0)
MsgError('Hello world!',5000,0)
MsgWarning('Hello world!',5000,0)
MsgInfo('Hello world!',5000,0)
```
Where 5000 - it's time when hide
0 - it`s time when show
## Result![Screenshot](https://archive.org/download/mr_bootstrap_bb_alert_mackrais/mr_bootstrap_bb_alert_mackrais.png)
## License
**mr-bootstrap-bb-alert** is released under the BSD 3-Clause License. See the bundled `LICENSE.md` for details.