codepen: https://codepen.io/Varo/pen/gbZzgr
I am trying to scroll down the chat window to the latest chat message in the code. I tried using jquery-scrollTo plugin to do this,
$('.chat').scrollTo('max', 500);
But it is yielding nothing. Can someone please tell me what I'm doing wrong or what can be done to achieve this?