jquery 各种不同效果的自定义美化input radio checkbox 单选框和复选框美化

XML/HTML Code
- <input type="radio" name="reading" value="0" id="reading_0" /> <label for="reading_0">Very much</label>
- <input type="radio" name="reading" value="1" id="reading_1" /> <label for="reading_1">Sometimes</label>
- <input type="radio" name="reading" value="2" id="reading_2" /> <label for="reading_2">Better watch movie</label>
- <input type="radio" name="reading" value="3" id="reading_3" /> <label for="reading_3">Hate it</label><br>
- <br>
- <label><input type="checkbox" name="think" value="0" /> Self</label>
- <label><input type="checkbox" name="think" value="1" /> Money</label>
- <label><input type="checkbox" name="think" value="2" /> Stuff</label>
- <label><input type="checkbox" name="think" value="3" /> Health</label>
- <label><input type="checkbox" name="think" value="4" /> Work</label>
- <label><input type="checkbox" name="think" value="5" checked /> Rest</label>
- <label><input type="checkbox" name="think" value="6" disabled checked /> Sex</label>
- <script>
- $(function(){
- $("input[type='radio'], input[type='checkbox']").ionCheckRadio();
- });
- </script>
原文地址:http://www.freejs.net/article_biaodan_206.html
最近更新
- 响应式全屏手风琴菜单,同时支持垂直方...
- 分组select选择器,支持多选和单...
- jQuery时间日期选择器代码日历插...
- Select 选择器 可以清空的单选...
- jQuery json 无刷新翻页 ...
- 纯css3带倒影效果的图片翻转特效
我爱薅羊毛
点击最多
广告赞助
相关文章
- 美化input radio select等输入框,...
- select 下拉框多选,用select代替che...
- jQuery下拉多选插件 下拉框复选 包括全选
- radio单选框彩色,自定义边框,圆点颜色和大小
- 自定义checkbox和radio样式 圆形方形...
- select下拉菜单带图片