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

Default value: 0

Determines the custom start position of the image list in wijcarousel.

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

Reference

options type
wijcarousel jQuery Widget