jQuery.wijmo.wijtabs Namespace > options type : cache Field |
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) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijtabs.options.cache; |
Javascript (Specification) | |
---|---|
var cache : boolean; |