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