Default value: 'flyout'
The mode option defines the behavior of the menu, whether it is a pop-up menu or an iPod-style navigation list.
Syntax
$(function () {
// Get value
var returnsValue; // Type: string
returnsValue = $(".selector").wijmenu("option", "mode");
// Set value
var newValue; // Type: string
$(".selector").wijmenu("option", "mode", newValue);
});
See Also