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