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