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;
See Also