Last active
September 15, 2016 21:41
-
-
Save nullset2/b541a82a96d3320792d69ac60bcdc602 to your computer and use it in GitHub Desktop.
Untitled
This file contains hidden or 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
| span { | |
| display: none; | |
| } | |
| [value="pdf"]:checked ~ [class=appendDataCheckbox]{ | |
| display: inline; | |
| } |
This file contains hidden or 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
| <input name="format" value="pdf" type="radio" id="toggle-1"></input><label for="toggle-1">pdf</label><input name="format" value="xls" type="radio" id="toggle-2"></input><label for="toggle-2">xls</label> | |
| <label for="toggle-3">Append Data? </label><input id="toggle-3" type="checkbox"></input></span> |
This file contains hidden or 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
| // alert('Hello world!'); |
This file contains hidden or 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":"split","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