Couldn\'t find a tutorial for this anywhere or just didn\'t use the right keywords. I\'m making a one-paged website, and I\'d like the navigation bar buttons to scroll the page
using window.scrollTo you can scroll down your page like this
window.scrollTo
window.scrollTo(0,document.body.scrollHeight);