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