Select2Buttons是一个能将网页中的select选择框转换成一组按钮的插件。
主要功能特点:
示例代码:
<select name="simple-select"> <option>One</option> <option>Two</option> <option>Three</option> </select> <script> $('select[name=simple-select]').select2Buttons(); </script>