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