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