wijmo.lightbox.wijlightbox Namespace > options type : cookie Option |
Default value: null
Store the latest active index in a cookie. The cookie is then used to determine the initially active index
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: object returnsValue = $(".selector").wijlightbox("option", "cookie"); // Set value var newValue; // Type: object $(".selector").wijlightbox("option", "cookie", newValue); }); |
Javascript (Specification) | |
---|---|
|