diff options
Diffstat (limited to 'tests/visual/selectmenu/dialog.html')
-rw-r--r-- | tests/visual/selectmenu/dialog.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/visual/selectmenu/dialog.html b/tests/visual/selectmenu/dialog.html index e8aac5f67..f80083933 100644 --- a/tests/visual/selectmenu/dialog.html +++ b/tests/visual/selectmenu/dialog.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Selectmenu - Event functionality</title> <link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css"> - <script src="../../../jquery-1.7.js"></script> + <script src="../../../jquery-1.7.1.js"></script> <script src="../../../ui/jquery.ui.core.js"></script> <script src="../../../ui/jquery.ui.widget.js"></script> <script src="../../../ui/jquery.ui.position.js"></script> @@ -14,9 +14,9 @@ <script src="../../../ui/jquery.ui.selectmenu.js"></script> <link rel="stylesheet" href="../../../demos/demos.css"> <script> - $(function() { - $('select#speed').selectmenu(); - + $(function() { + $('select#speed').selectmenu(); + $( "#dialog" ).dialog(); }); </script> @@ -28,11 +28,11 @@ </style> </head> <body> - + <div class="demo"> -<div id="dialog" title="Basic dialog"> +<div id="dialog" title="Basic dialog"> <p>Some example content</p> <p><a href="#nogo">Test Link</a></p> <form action="#"> |