$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijtreemap("option", "showBackButtons"); // Set value var newValue; // Type: boolean $(".selector").wijtreemap("option", "showBackButtons", newValue); });
var showBackButtons : boolean;