Created
May 10, 2012 13:45
-
-
Save tyv/2653079 to your computer and use it in GitHub Desktop.
по состоянию checked включать/выключать
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
по состоянию checked включать/выключать | |
соответствующие элементы | |
http://clck.ru/d/Jxj_mgDC143fZ | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form> | |
<div> | |
<input type="checkbox" id="red"> | |
<input type="checkbox" id="green"> | |
<input type="checkbox" id="blue"> | |
<label for="red">красные</label> | |
<label for="green">зеленые</label> | |
<label for="blue">синие</label> | |
<span class="red">красные</span> | |
<span class="green">зеленые</span> | |
<span class="green">зеленые</span> | |
<span class="red">красные</span> | |
<span class="blue">синие</span> | |
<span class="green">зеленые</span> | |
<span class="red">красные</span> | |
<span class="blue">синие</span> | |
<span class="red">красные</span> | |
<span class="green">зеленые</span> | |
<span class="blue">синие</span> | |
</div> | |
</form> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment