Scroll to horizontal position.
Syntax
Javascript (Usage) | |
---|
$(function () {
var returnsValue; // Type: any
// Parameters
var x; // Type: number
var isScrollValue; // Type: bool
returnsValue = $(".selector").wijsuperpanel("hScrollTo", x, isScrollValue);
});
|
Javascript (Specification) | |
---|
function hScrollTo(
: number,
: bool
) : any;
|
Parameters
- x
- The position to scroll to.
- isScrollValue
- A value that indicates whether x is value or pixel.
Browser Compatibility
See Also
Reference
wijsuperpanel type
wijsuperpanel jQuery Widget