Wijmo UI for the Web
hidding Event
wijmo.menu.wijmenu Namespace > options type : hidding Event
This is the jQuery.Event object.
This is the wijmenu widget object when hiding the menu or a wijmenuitem when hiding the submenu.
The hidding event is triggered before hidding the menu or submenu. This event can be cancelled with "return false";
Syntax
$(function () {
    // Set hidding event handler function
    $(".selector").wijmenu({
        hidding : function (event, item) {
     
        }
    });
});
hidding = function ( 
   event : any,
   item : any
) { };

Parameters

event
This is the jQuery.Event object.
item
This is the wijmenu widget object when hiding the menu or a wijmenuitem when hiding the submenu.
See Also

Reference

options type
wijmenu jQuery Widget