Wijmo UI for the Web
spinner Option
wijmo.wizard.wijwizard Namespace > options type : spinner Option

Default value: ""

The HTML content of this string is shown in a panel while remote content is loading. Pass the option in empty string to deactivate that behavior.

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

Reference

options type
wijwizard jQuery Widget