Wijmo UI for the Web
select Method
wijmo.menu Namespace > wijmenu type : select Method
The javascript event.
This method selects the active item which triggers the select event for that item. This event is useful for custom keyboard handling.
Syntax
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var event; // Type:  event
    
    returnsValue = $(".selector").wijmenu("select", event);
});
function select( 
   event : event
) : any;

Parameters

event
The javascript event.
See Also

Reference

wijmenu type
wijmenu jQuery Widget