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