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 adf80bf commit f73466aCopy full SHA for f73466a
ui/jquery.ui.menu.js
@@ -256,7 +256,9 @@ $.widget("ui.menu", {
256
},
257
258
closeAll: function() {
259
- this.element.find("ul").hide();
+ this.element
260
+ .find("ul").hide().end()
261
+ .find("a.ui-state-active").removeClass("ui-state-active");
262
this.blur();
263
this.activeMenu = this.element;
264
0 commit comments