Wijmo UI for the Web
backLink Option
wijmo.menu.wijmenu Namespace > options type : backLink Option

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);
        
});
var backLink : boolean;
See Also

Reference

options type
wijmenu jQuery Widget