var instance; // Type: wijmo.wizard.WijWizardOptions; var value; // Type: object value = instance.cookie;
var cookie : object;
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.
var instance; // Type: wijmo.wizard.WijWizardOptions; var value; // Type: object value = instance.cookie;
var cookie : object;
$(".selector").wijwizard({cookie:{expires: 7, path: '/', domain: 'jquery.com';, secure: true }})