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

Default value: false

The autoPlay option allows the panels to automatically display in order.

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

Reference

options type
wijwizard jQuery Widget