SyntaxFix
Write A Post
Hire A Developer
Questions
You can just use .animate() the scrollTop property, like this:
.animate()
scrollTop
$("html, body").animate({ scrollTop: "300px" });