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