Last active
August 29, 2015 14:08
-
-
Save Leolik/9a8c36148f4b1c5b1ebc 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
<input type="date" list="days"> | |
<datalist id="days"> | |
<option label="Chris' Birthday">1980-08-26</option> | |
<option label="Apollo 11 Moon Landing">1969-07-20</option> | |
<option label="DDay">1944-06-06</option> | |
</datalist> | |
<h3>Examples:</h3> | |
<a href="http://demo.agektmr.com/datalist/">http://demo.agektmr.com/datalist/</a> |
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