// replace #myID with your own element's CSS selector $("html, body").animate({ scrollTop: $("#myID").scrollTop() }, 1000);