Commit 6cd78e19 by 王东红

fix

parent d8809ce7
......@@ -492,7 +492,9 @@ define([
submenu.parent().parent()
.show()
.removeAttr("aria-hidden")
.addClass('opened')
.attr("aria-expanded", "true");
submenu.parent().parent().parent().addClass('opened')
submenu
.show()
.removeAttr("aria-hidden")
......@@ -525,6 +527,9 @@ define([
startMenu = this.active ? this.active.parent() : this.element;
}
if(this.active != null && this.active.hasClass('opened')){
this.active.removeClass('opened')
}
startMenu
.find(".ui-menu")
.hide()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment