wijmo.tabs.wijtabs Namespace > options type : cache Option |
Default value: false
Determines whether or not to cache the remote tabs content, for example, to load content only once or with every click.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijtabs("option", "cache"); // Set value var newValue; // Type: boolean $(".selector").wijtabs("option", "cache", newValue); }); |
Javascript (Specification) | |
---|---|
var cache : boolean; |