jQuery 改变checkbox和radio select的样式
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>
相关推荐
攻城师 2019-06-29
云端漂移 2019-06-27
momode 2013-04-29
zhanghaibing00 2020-06-28
MaureenChen 2020-05-25
lbPro0 2019-11-03
donghongbz 2019-10-19
85931235 2012-01-11
yFifhting 2017-06-08
NARUTOLUOLUO 2019-07-01
人心 2019-06-30
HotStrong 2017-06-08
zfjdoreen 2016-04-13
89367741 2016-03-30
shiyiboke 2016-03-29
SinhaengHhjian 2016-01-25