Default value: false
An option that determines whether to cache emote wijwizard content.
Syntax
$(function () {
// Get value
var returnsValue; // Type: boolean
returnsValue = $(".selector").wijwizard("option", "cache");
// Set value
var newValue; // Type: boolean
$(".selector").wijwizard("option", "cache", newValue);
});
See Also