mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Selectmenu tests: improve compatibility visual test in order to work with ui-front
This commit is contained in:
parent
ae68ab8118
commit
58f2706cbb
@ -17,8 +17,6 @@
|
||||
<link rel="stylesheet" href="../../../demos/demos.css">
|
||||
<script>
|
||||
$(function() {
|
||||
$('select').selectmenu();
|
||||
|
||||
var availableTags = [
|
||||
"ActionScript",
|
||||
"AppleScript",
|
||||
@ -54,6 +52,8 @@
|
||||
submenu: "ui-icon-carat-1-e"
|
||||
}
|
||||
});
|
||||
|
||||
$('select').selectmenu();
|
||||
});
|
||||
</script>
|
||||
<style>
|
||||
|
Loading…
Reference in New Issue
Block a user