Wijmo UI for the Web
triggerEvent Option
wijmo.menu.wijmenu Namespace > options type : triggerEvent Option

Default value: 'click'

The triggerEvent option specifies the mouse event used to show the menu or submenu. triggerEvent must be used with the trigger option.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijmenu("option", "triggerEvent");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijmenu("option", "triggerEvent", newValue);
        
});
var triggerEvent : string;
Remarks
The value can be seted to 'click', 'mouseenter', 'dbclick', 'rtclick'
See Also

Reference

options type
wijmenu jQuery Widget