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