Hello I have a chat example
https://bootsnipp.com/snippets/vrzGb
and I want to scroll to the bottom with:
window.scrollTo(0,document.body.scrollHeight);
But I need it for the class .chat_area
. How can I do that?
$('.chat_area').scroll(0,document.body.scrollHeight);