jQuery scrollTop Method

jQuery Scrolltop method; Through this tutorial, i am going to show you how to scroll top from bottom to top uisng jQuery. jQuery scrollTop Method Using the jQuery Api provide scrollTop method to set or return the vertical scrollbar position for the selected HTML element. Syntax of jQuery scrollTop Method $(“selector”).scrollTop(Position); Parameters of jQuery scrollTop … Read more