教程集 www.jiaochengji.com
教程集 >  jQuery  >  jQuery 插件  >  正文 jQuery转换选择框为按钮的插件 Select2Buttons

jQuery转换选择框为按钮的插件 Select2Buttons

发布时间:2014-07-19   编辑:jiaochengji.com
Select2Buttons是一个能将网页中的select选择框转换成一组按钮的插件。 主要功能特点: 转换select选择框为标签式按钮 支持js回发调用 支持disabled选项 支持将多个select设置为一组 支持取消默认选中 示例代码: <select name="simple-select"> <option>One</option> <option>Two</option> <option>
Select2Buttons是一个能将网页中的select选择框转换成一组按钮的插件。 主要功能特点: 转换select选择框为标签式按钮 支持js回发调用 支持disabled选项 支持将多个select设置为一组 支持取消默认选中 示例代码: <select name="simple-select"> <option>One</option> <option>Two</option> <option>Three</option> </select> <script> $('select[name=simple-select]').select2Buttons(); </script>

您可能感兴趣的文章:
jQuery转换选择框为按钮的插件 Select2Buttons
jquery-image-dropdown
40个有创意的jQuery图片和内容滑动及弹出插件收藏集之三
2013年优秀jQuery插件整理小结
Yet another jQuery time picker plugin
2012年开发人员的16款新鲜的jquery插件体验分享
jQuery对话框插件 jquery.modalbox
jQuery弹出对话框 jmodal
boxy基于jquery的弹出层对话框插件扩展应用 弹出层选择器
为开发者准备的10款最好的jQuery日历插件

[关闭]
~ ~