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