Default value: false
Determines whether or not to cache the remote tabs content, for example, to load content only once or with every click.
Syntax
$(function () {
// Get value
var returnsValue; // Type: boolean
returnsValue = $(".selector").wijtabs("option", "cache");
// Set value
var newValue; // Type: boolean
$(".selector").wijtabs("option", "cache", newValue);
});
See Also