We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1748b5f commit aa8c477Copy full SHA for aa8c477
tests/visual/menu/menu.html
@@ -28,14 +28,14 @@
28
select: function(event, ui) {
29
$("<div/>").text("Selected: " + ui.item.text()).appendTo("#log");
30
},
31
- items: "div"
+ menus: "div"
32
});
33
34
$("#menu6").menu({
35
36
37
38
- items: ".menuElement"
+ menus: ".menuElement"
39
40
}
41
0 commit comments