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