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