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