mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
demos: html validation
This commit is contained in:
parent
796177c610
commit
aeec6b3100
@ -71,10 +71,10 @@
|
||||
<body>
|
||||
|
||||
<div class="demo">
|
||||
<label for="tags" id="project-label">Select a project (type "j" for a start):</label>
|
||||
<img id="project-icon" src="../images/transparent_1x1.png" class="ui-state-default">
|
||||
<input id="project">
|
||||
<input type="hidden" id="project-id">
|
||||
<div id="project-label">Select a project (type "j" for a start):</div>
|
||||
<img id="project-icon" src="../images/transparent_1x1.png" class="ui-state-default"/>
|
||||
<input id="project"/>
|
||||
<input type="hidden" id="project-id"/>
|
||||
<p id="project-description"></p>
|
||||
</div><!-- End demo -->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user