Wijmo UI for the Web
scrollTo Method
wijmo.carousel Namespace > wijcarousel type : scrollTo Method
The zero-based index of the picture to which to scroll.
Scrolls to the picture at the specified index.
Syntax
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var index; // Type:  number
    
    returnsValue = $(".selector").wijcarousel("scrollTo", index);
});
function scrollTo( 
   index : number
) : any;

Parameters

index
The zero-based index of the picture to which to scroll.
Example
$("#element").wijcarousel("scrollTo", 2);
See Also

Reference

wijcarousel type
wijcarousel jQuery Widget