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