Wijmo UI for the Web
loop Option
wijmo.carousel.wijcarousel Namespace > options type : loop Option

Default value: true

Allows the carousel to loop back to the beginning.

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

Reference

options type
wijcarousel jQuery Widget