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