Skip to content

Instantly share code, notes, and snippets.

@darkfe
Last active December 20, 2015 00:49
Show Gist options
  • Save darkfe/6044418 to your computer and use it in GitHub Desktop.
Save darkfe/6044418 to your computer and use it in GitHub Desktop.
<label class="radio" ><input checked type="radio" data-tinyswitch=".custom@~~off" name="g">一年</label>
<label class="radio" ><input type="radio" data-tinyswitch=".custom@~~off" name="g">半年</label>
<label class="radio" ><input type="radio" data-tinyswitch=".custom@~~off" name="g">三个月</label>
<label class="radio" ><input type="radio" data-tinyswitch=".custom@~~off" name="g">一个月</label>
<label class="radio" ><input type="radio" data-tinyswitch=".custom@~~off&focus" name="g">自定义</label>
<input type="text" name="" class="custom">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment