Bootstrap Plugin To Convert Select Boxes Into Button Groups - select-togglebutton.js

File Size: 16.3 KB
Views Total: 6193
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   
Bootstrap Plugin To Convert Select Boxes Into Button Groups - select-togglebutton.js

select-togglebutton.js is a jQuery plugin which converts the normal select boxes into Bootstrap's inline button groups for easier option selection.

How to use it:

1. Download and include the jQuery select-togglebutton.js plugin after jQuery library in the Bootstrap project.

<script src="//code.jquery.com/jquery.min.js"></script>
<script src="select-togglebutton.js"></script>

2. Just call the function on the target select element and done.

$('select').togglebutton();

Change log:

2016-08-09

  • Update version, fix issue about select option

This awesome jQuery plugin is developed by wpic. For more Advanced Usages, please check the demo page or visit the official website.