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