Wijmo UI for the Web
scrollChildIntoView Method
The child to scroll to.
Scroll children DOM element to view.
Syntax
Javascript (Usage) 
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var child; // Type:  DOMElement
    
    returnsValue = $(".selector").wijsuperpanel("scrollChildIntoView", child);
});
Javascript (Specification) 
function scrollChildIntoView( 
   child : DOMElement
) : any;

Parameters

child
The child to scroll to.
Browser Compatibility
7
5
5

See Also

Reference

wijsuperpanel type
wijsuperpanel jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.