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