Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 567 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 567 Bytes

simple-switch

A simple switch jQuery plugin to beautify your checkbox

Support swipping left / right

Demo

how to use it?

<link rel="stylesheet" href="simple-switch.min.css" />
<script src="your path/jquery.js"></script>
<script src="jquery.simpleswitch.min.js"></script>
$("yourcheckbox").simpleSwitch();

check the demo.html example.

or

live Demo, you can use mobile phone mode to view the demo for better experience!