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

Default value: false

The loop option allows the wijwizard to begin again from the first panel when reaching the last panel in autoPlay mode.

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

Reference

options type
wijwizard jQuery Widget