//本次编写使用jQuery版本为 1.8.3 <script type="text/javascript" src="js/183.js"></script> //引用核心文件 <script type="text/javascript" src="js/simple.switch.min.js"></script> <link rel="stylesheet" href="css/simple.switch.three.css" type="text/css"> //压缩后的JS文件不到3K
<input type="checkbox" class="checkbox" disabled> <input type="checkbox" class="checkbox" disabled checked> <input type="checkbox" class="checkbox"> <input type="checkbox" class="checkbox" checked> <script> $(".checkbox").simpleSwitch(); </script>
<input type="checkbox" class="checkbox" disabled> <input type="checkbox" class="checkbox" disabled checked> <input type="checkbox" class="checkbox"> <input type="checkbox" class="checkbox" checked> <script> $(".checkbox").simpleSwitch({ "theme": "FlatRadius" }); </script>
<input type="checkbox" class="checkbox" disabled> <input type="checkbox" class="checkbox" disabled checked> <input type="checkbox" class="checkbox"> <input type="checkbox" class="checkbox" checked> <script> $(".checkbox").simpleSwitch({ "theme": "FlatCircular" }); </script>
<input type="checkbox" class="checkbox" disabled> <input type="checkbox" class="checkbox" disabled checked> <input type="checkbox" class="checkbox"> <input type="checkbox" class="checkbox" checked> <script> $(".checkbox").simpleSwitch({ "theme": "Default" }); </script>
<input type="checkbox" class="checkbox" disabled> <input type="checkbox" class="checkbox" disabled checked> <input type="checkbox" class="checkbox"> <input type="checkbox" class="checkbox" checked> <script> $(".checkbox").simpleSwitch({ "theme": "DefaultMin" }); </script>
<input type="checkbox" class="checkbox" disabled> <input type="checkbox" class="checkbox" disabled checked> <input type="checkbox" class="checkbox"> <input type="checkbox" class="checkbox" checked> <script> $(".checkbox").simpleSwitch({ "theme": "Green" }); </script> PS: 使用此主题的时候,必须提前引用 Font-Awesome
<input type="checkbox" class="checkbox" disabled> <input type="checkbox" class="checkbox" disabled checked> <input type="checkbox" class="checkbox"> <input type="checkbox" class="checkbox" checked> <script> $(".checkbox").simpleSwitch({ "theme": "Icon" }); </script> PS: 使用此主题的时候,必须提前引用 Font-Awesome