javascript tutorial - [Solved-5 Solutions] Scroll to bottom of div - javascript - java script - javascript array
Problem:
We are creating a chat using ajax requests in rails and I'm trying to get a div to scroll to the bottom without much luck. We are wrapping everything in this div:
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 ?
Solution 1:
Here's what we use on my site (We didn't write it, we just found it somewhere since we don't know Javascript too well.)
Solution 2:
This is much easier if you're using jQuery:
Solution 3:
using jQuery animate:
Solution 4:
jQuery version:
Works from jQuery 1.6
Solution 5:
Newer method :