mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
autocomplete: adding select element to visual test page for bgiframe testing
This commit is contained in:
parent
79bd955054
commit
ba948b82c7
@ -58,6 +58,12 @@
|
||||
<label for="tags">Tags: </label>
|
||||
<input class="ui-widget ui-widget-content ui-corner-all" id="tags" />
|
||||
</div>
|
||||
<div>
|
||||
<label for="tags">Select: </label>
|
||||
<select>
|
||||
<option>label</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="ui-widget" style="margin-top:2em; font-family:Arial">
|
||||
Log:
|
||||
|
Loading…
Reference in New Issue
Block a user