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