jQuery转换选择框为按钮的插件 Select2Buttons
fmms
13年前
<p>Select2Buttons是一个能将网页中的select选择框转换成一组按钮的插件。</p> <p><img class="lwfimg" title="select" alt="jQuery转换选择框为按钮的插件 Select2Buttons" src="https://simg.open-open.com/show/4f5236e5dc6b91810fbd2e023e2736cf.jpg" width="395" height="222" /></p> <p><br /> 主要功能特点:</p> <ul> <li>转换select选择框为标签式按钮</li> <li>支持js回发调用</li> <li>支持disabled选项</li> <li>支持将多个select设置为一组</li> <li>支持取消默认选中</li> </ul> <p>示例代码:</p> <pre class="brush:javascript; toolbar: true; auto-links: false;"><select name="simple-select"> <option>One</option> <option>Two</option> <option>Three</option> </select> <script> $('select[name=simple-select]').select2Buttons(); </script></pre> <p><strong>项目主页:</strong><a href="http://www.open-open.com/lib/view/home/1323609467749" target="_blank">http://www.open-open.com/lib/view/home/1323609467749</a></p> <p></p>