Wijmo UI for the Web
loop Option

Default value: true

Allows the carousel to loop back to the beginning.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var value; // Type:  boolean
    value = $(".selector").wijcarousel("option", "loop");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijcarousel("option", "loop", newValue);
        
});
Javascript (Specification) 
var loop : boolean;
Example
$("#element").wijcarousel( { loop: true } );
Browser Compatibility
7
5
5

See Also

Reference

options type
wijcarousel jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.