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