Skip to content

Instantly share code, notes, and snippets.

@adisuryadi
Created May 20, 2013 03:50
Show Gist options
  • Save adisuryadi/5610328 to your computer and use it in GitHub Desktop.
Save adisuryadi/5610328 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
#input_2 { visibility: hidden; }
#textarea_1 { visibility: hidden; }
<!-- content to be placed inside <body>…</body> -->
<form>
<input id="input_1" type="text" />
<input id="input_2" type="text" />
<textarea id="textarea_1"></textarea>
</form>
<input id="input_3" type="text" tabindex="-1" />
// alert('Hello world!');
{"view":"split-vertical","fontsize":"80","seethrough":"","prefixfree":"1","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment