$(function () { var returnsValue; // Type: any // Parameters var y; // Type: number var isScrollValue; // Type: bool returnsValue = $(".selector").wijsuperpanel("vScrollTo", y, isScrollValue); });
function vScrollTo( y : number, isScrollValue : bool ) : any;
Parameters
- y
- The position to scroll to.
- isScrollValue
- A value that indicates whether y is value or pixel.