Wijmo UI for the Web
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
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijwizard("option", "loop");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijwizard("option", "loop", newValue);
        
});
Javascript (Specification) 
var loop : boolean;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijwizard jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.