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