Wijmo UI for the Web
spinner Option
wijmo.tabs.wijtabs Namespace > options type : spinner Option

Default value: ""

The HTML content of this string is shown in a tab title while remote content is loading. Pass in an empty string to deactivate that behavior. A span element must be present in the A tag of the title for the spinner content to be visible.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijtabs("option", "spinner");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijtabs("option", "spinner", newValue);
        
});
var spinner : string;
See Also

Reference

options type
wijtabs jQuery Widget