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

Bootstrap Message is a jQuery plugin which allows you to create dynamic notification/feedback messages via Bootstrap Alerts component.

Bootstrap Notification alert

Documentation

jquery-bootstrap-message

Dynamic message using jQuery and bootstrap.

This jQuery plugin creates a message using bootstarp for your website. Currently this is available for four type of messages (info, warning, success and danger)

Version

1.0

Installation

download plugin and import these js and css file into your page and call plugin to create message (see documentation).

<!-- CSS files--> <link rel="stylesheet" type="text/css" media="all" href="css/bootstrap.min.css"> <link rel="stylesheet" type="text/css" media="all" href="css/bootstrap-theme.min.css"> <link rel="stylesheet" type="text/css" media="all" href="css/jquery.bootstrap.message.css">  <!-- JS files--> <script type="text/javascript" src="js/libs/jquery-1.11.1.min.js"></script> <script type="text/javascript" src="js/libs/bootstrap.min.js"></script> <script type="text/javascript" src="js/libs/jquery.bootstrap.message.js"></script> 

Demo

Click Here to see demos of message plugin.

Documentation

Click Here to see documentation of message plugin.

License

MIT License

Free Software!!!


You May Also Like