$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijcalendar("option", "toolTipFormat"); // Set value var newValue; // Type: string $(".selector").wijcalendar("option", "toolTipFormat", newValue); });
var toolTipFormat : string;