wijmo.carousel.wijcarousel Namespace > options type : start Option |
Default value: 0
Determines the custom start position of the image list in wijcarousel.
Javascript (Usage) | |
---|---|
$(function () { // Get value var value; // Type: number value = $(".selector").wijcarousel("option", "start"); // Set value var newValue; // Type: number $(".selector").wijcarousel("option", "start", newValue); }); |
Javascript (Specification) | |
---|---|
|
$("#element").wijcarousel( { start: 2 } );