Automatic scroll down div content

function scrollToBottomOfdiv(divID) { mydiv = document.getElementById(divID); mydiv.scrollTop = mydiv.scrollHeight; }

Follow

Get every new post delivered to your Inbox.