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 8b9ec2b commit ce7918fCopy full SHA for ce7918f
ui/jquery.ui.menu.js
@@ -20,7 +20,7 @@ $.widget( "ui.menu", {
20
defaultElement: "<ul>",
21
delay: 150,
22
options: {
23
- items: "ul",
+ menus: "ul",
24
position: {
25
my: "left top",
26
at: "right top"
@@ -250,7 +250,7 @@ $.widget( "ui.menu", {
250
251
refresh: function() {
252
// initialize nested menus
253
- var submenus = this.element.find( this.options.items + ":not( .ui-menu )" )
+ var submenus = this.element.find( this.options.menus + ":not( .ui-menu )" )
254
.addClass( "ui-menu ui-widget ui-widget-content ui-corner-all" )
255
.attr( "role", "menu" )
256
.hide()
0 commit comments