$(function () { var returnsValue; // Type: any // Parameters var px; // Type: number var dir; // Type: string returnsValue = $(".selector").wijsuperpanel("scrollPxToValue", px, dir); });
Parameters
- px
- Length of scrolling.
- dir
- Scrolling direction. Options are: "h" and "v".