mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-04-20 03:02:41 -04:00
fixes xhtml code (disabled="disabled")
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
|
||||
Datepicker Simple
|
||||
<div>
|
||||
<input type="text" id="d1">
|
||||
<input type="text" id="d1" />
|
||||
</div>
|
||||
</li>
|
||||
<li class="plugin">
|
||||
@@ -80,7 +80,7 @@
|
||||
|
||||
Datepicker Multi
|
||||
<div>
|
||||
<input type="text" id="d2">
|
||||
<input type="text" id="d2" />
|
||||
</div>
|
||||
</li>
|
||||
<li class="plugin">
|
||||
@@ -94,7 +94,7 @@
|
||||
<li class="plugin">
|
||||
Datepicker disabled input
|
||||
<div>
|
||||
<input type="text" id="d3" disabled="true">
|
||||
<input type="text" id="d3" disabled="disabled" />
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user