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