mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-23 15:44:43 +00:00
included a datepicker demo
This commit is contained in:
parent
0511300702
commit
c2bb0f3724
1 changed files with 5 additions and 0 deletions
|
|
@ -50,6 +50,11 @@
|
|||
<input type="password" name="password" id="password" value="" />
|
||||
</div>
|
||||
<div data-role="fieldcontain">
|
||||
<label for="date">Date Input:</label>
|
||||
<input type="date" name="date" id="date" value="" />
|
||||
</div>
|
||||
|
||||
<div data-role="fieldcontain">
|
||||
<label for="textarea">Textarea:</label>
|
||||
<textarea cols="40" rows="8" name="textarea" id="textarea"></textarea>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue