jQuery.wijmo.wijcarousel Namespace > options type : start Field |
Default value: 0
Determines the custom start position of the image list in wijcarousel.
Javascript (Usage) | |
---|---|
var value; // Type: number value = jQuery.wijmo.wijcarousel.options.start; |
Javascript (Specification) | |
---|---|
|
$("#element").wijcarousel( { start: 2 } );