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