How to scroll the window using JQuery $.scrollTo() function January 7, 2023 by Tarik $('html, body').animate({scrollTop: $("#page").offset().top}, 2000);