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!!!