Skip to content

Plugin to display bootstrap popup alert. Used default bootstrap class 'bb-alert'.

License

Notifications You must be signed in to change notification settings

mackrais-organization/mr-bootstrap-bb-alert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Either run

bower install mr-bootstrap-bb-alert

to the require section of your bower.json file.

Usage js events

      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

License

mr-bootstrap-bb-alert is released under the BSD 3-Clause License. See the bundled LICENSE.md for details.