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