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