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