mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-04-20 03:02:41 -04:00
Dialog Tests: move dialog initialization to top in order to make stacking work for autocomplete and selectmenu
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
<script src="../../../ui/jquery.ui.selectmenu.js"></script>
|
||||
<script>
|
||||
$(function() {
|
||||
$( "#dialog" ).dialog();
|
||||
$( "[title]" ).tooltip();
|
||||
$( "#accordion" ).accordion();
|
||||
$( "#autocomplete" ).autocomplete({
|
||||
@@ -47,7 +48,6 @@
|
||||
});
|
||||
$( "#tabs" ).tabs();
|
||||
$( '#select' ).selectmenu();
|
||||
$( "#dialog" ).dialog();
|
||||
$( "#dialog2" ).dialog({
|
||||
autoOpen: false,
|
||||
width: 100,
|
||||
|
||||
Reference in New Issue
Block a user