$('#myId').on("click", function() { $('html, body').animate({scrollTop: $("#myId").offset().top}, 1000); });