Wijmo UI for the Web
select Event
wijmo.menu.wijmenu Namespace > options type : select Event
Standard jQuery event object
Information about an event
The select event is triggered when a menu item is selected. This event can be triggered by theselect method to allow for custom keyboard handling.
Syntax
$(function () {
    // Set select event handler function
    $(".selector").wijmenu({
        select : function (e, data) {
     
        }
    });
});
select = function ( 
   e : jQuery.Event,
   data : ISelectEventArgs
) { };

Parameters

e
Standard jQuery event object
data
Information about an event
See Also

Reference

options type
wijmenu jQuery Widget