How to scroll to the top of the page using jQuery?
How to scroll to the top of the page using jQuery? In jQuery, the scrollTo() method is used to set or return the vertical scrollbar position for a selected element. This behavior can be used to scroll to the top of the page by applying this method on the window […]
Continue Reading