Wijmo UI for the Web
scrollTo Method
The zero-based index of the picture to which to scroll.
Scrolls to the picture at the specified index.
Syntax
Javascript (Usage) 
var instance = new jQuery.wijmo.wijcarousel();
var value; // Type: any

// Parameters
var index; // Type:  number

value = instance.scrollTo(index);
Javascript (Specification) 
function scrollTo( 
   index : number
) : any;

Parameters

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

See Also

Reference

wijcarousel type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.