show/hide this revision's text 2 added 97 characters in body

I am creating an ajax chat in rails and I am trying to get a div to scroll to the bottom without much luck.

I am wrapping everything in this div:

#scroll {
    height:400px;
    overflow:scroll;
}

Is there a way to keep it scrolled to the bottom by default using JS?

is there a way to keep it scrolled to the bottom after an ajax request?

show/hide this revision's text 1

Scroll to bottom of div?

I am creating an ajax chat in rails and I am trying to get a div to scroll to the bottom without much luck.

I am wrapping everything in this div:

#scroll {
    height:400px;
    overflow:scroll;
}

Is there a way to keep it scrolled to the bottom by default using JS?