document.getElementById("go-down").onclick = function() { var elmntToView = document.getElementById("row"); elmntToView.scrollIntoView(); };