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);
});
See Also