Default value: 'ltr'
A value that indicates menu's direction.
Syntax
$(function () {
// Get value
var returnsValue; // Type: string
returnsValue = $(".selector").wijmenu("option", "direction");
// Set value
var newValue; // Type: string
$(".selector").wijmenu("option", "direction", newValue);
});
See Also