Default value: true
This option determines whether the iPod-style menu shows a back link or a breadcrumb header in the menu.
Syntax
$(function () {
// Get value
var returnsValue; // Type: boolean
returnsValue = $(".selector").wijmenu("option", "backLink");
// Set value
var newValue; // Type: boolean
$(".selector").wijmenu("option", "backLink", newValue);
});
See Also