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