wijmo.wizard.wijwizard Namespace > options type : cookie Option |
Default value: null
The cookie option is a value that stores the latest active index in a cookie. The cookie is then used to determine the initially active index if the activeIndex option is not defined.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: object returnsValue = $(".selector").wijwizard("option", "cookie"); // Set value var newValue; // Type: object $(".selector").wijwizard("option", "cookie", newValue); }); |
Javascript (Specification) | |
---|---|
|
$(".selector").wijwizard({cookie:{expires: 7, path: '/', domain: 'jquery.com';, secure: true }})