This method selects the active item which triggers the select event for that item.
This event is useful for custom keyboard handling.
Syntax
Javascript (Usage) | |
---|
$(function () {
var returnsValue; // Type: any
// Parameters
var event; // Type:
returnsValue = $(".selector").wijmenu("select", event);
});
|
Javascript (Specification) | |
---|
function select(
:
) : any;
|
Parameters
- event
- The javascript event.
Browser Compatibility
See Also
Reference
wijmenu type
wijmenu jQuery Widget