jQuery 改变checkbox和radio select的样式

XML/HTML Code
- <div class="content">
- <h1>CHECKBOX</h1>
- <h3>Custom Checkbox Styling</h3>
- <!-- Custom Checkbox Styling -->
- <input type="checkbox" class="checkbox" checked />
- <h2>Code</h2>
- <code>$('.checkbox').checkBox();</code>
- <hr/>
- <h1>RADIO</h1>
- <h3>Custom Radio Button Styling</h3>
- <!-- Custom Radio Button Styling -->
- <input type="checkbox" class="checkbox" checked />
- <input type="radio" name="radio" class="radio" value="1" checked/>
- <input type="radio" name="radio" class="radio" value="2" />
- <input type="radio" name="radio" class="radio" value="3" />
- <h2>Code</h2>
- <code>$('.radio').radio();</code>
- <hr/>
- <h1>DROPDOWN</h1>
- <h3>Custom Select Dropdown</h3>
- <!-- Custom Select Dropdown -->
- <select class="select" name="select" tabindex="1">
- <option value="1">Click me and see</option>
- <option value="2">All the cool stuff</option>
- <option value="3">That I can do</option>
- <option value="4">I need a long phrase</option>
- <option value="5">In order to illustrate</option>
- <option value="6">How this element handles</option>
- <option value="7">Different text lengths</option>
- <option value="8">And long options lists</option>
- <option value="9">Because we are grown ups.</option>
- </select>
- </div>
原文地址:http://www.freejs.net/article_biaodan_217.html
最近更新
- 响应式全屏手风琴菜单,同时支持垂直方...
- 分组select选择器,支持多选和单...
- jQuery时间日期选择器代码日历插...
- Select 选择器 可以清空的单选...
- jQuery json 无刷新翻页 ...
- 纯css3带倒影效果的图片翻转特效
我爱薅羊毛
点击最多
广告赞助
相关文章
- 美化input radio select等输入框,...
- select 下拉框多选,用select代替che...
- jQuery下拉多选插件 下拉框复选 包括全选
- radio单选框彩色,自定义边框,圆点颜色和大小
- 自定义checkbox和radio样式 圆形方形...
- select下拉菜单带图片