$(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.