$(function () { var returnsValue; // Type: any // Parameters var child; // Type: DOMElement returnsValue = $(".selector").wijsuperpanel("scrollChildIntoView", child); });
function scrollChildIntoView( child : DOMElement ) : any;
Parameters
- child
- The child to scroll to.