Ads

Thursday 24 July 2014

Bootstrap Confirmation : jQuery plugin for Twitter Bootstrap

Download   Demo


This project is not continue. I don’t add new feature on it so please not create new issue about enchantment but you can create pull request if you found bug when use with bootstrap 2. I don’t have time for this project.



Enable confirmations via JavaScript:


$('#example').confirmation(options)

Recommend way to use:


$('[data-toggle="confirmation"]').confirmation(options)


Download bootstrap-confirmation.js. Include after jquery.js and bootstrap-tooltip.js.


<script type="text/javascript" src="path/to/jquery.js"></script>
<script type="text/javascript" src="path/to/bootstrap-tooltip.js"></script>
<script type="text/javascript" src="path/to/bootstrap-confirmation.js"></script>

CSS


The plugin uses the default popover styling Bootstrap provides.



Bootstrap Confirmation : jQuery plugin for Twitter Bootstrap

No comments:

Post a Comment