Wijmo UI for the Web
hideAllMenus Method
wijmo.menu Namespace > wijmenu type : hideAllMenus Method
The hideAllMenus method hides all menu items currently showing.
Syntax
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var e; // Type:  any
    
    returnsValue = $(".selector").wijmenu("hideAllMenus", e);
});
function hideAllMenus( 
   e : any
) : any;

Parameters

e
See Also

Reference

wijmenu type
wijmenu jQuery Widget