Scroll to the specified position.
which is value 1 after conversion.
Syntax
$(function () {
var returnsValue; // Type: any
// Parameters
var x; // Type: number
var y; // Type: number
var isScrollValue; // Type: bool
returnsValue = $(".selector").wijsuperpanel("scrollTo", x, y, isScrollValue);
});
function scrollTo(
: number,
: number,
: bool
) : any;
Parameters
- x
- Horizontal position to scroll to.
- y
- Vertical position to scroll to.
- isScrollValue
- A value that indicates whether x, y are value or pixel.
See Also