I am creating a chat using Ajax requests and I\'m trying to get messages div to scroll to the bottom without much luck.
I am wrapping everything in this div:
A very simple method to this is to set the scroll to to the height of the div.
scroll to
var myDiv = document.getElementById("myDiv"); window.scrollTo(0, myDiv.innerHeight);