getting scrollbar at bottom on loading page with Ajax or Jquery

Here is a simple of my code (its a chat displaybox)

<div class="chat_container" style="height:380px; word-wrap:break-word; overflow-y:auto; overflow-x: hidden;">
  <div class="message">message1</div>
  <div class="message">message2</div>
  <div class="message">message3</div>
  ....
</div>

I want when I open this page the scrollbar of the(duv.chat_container) to be at bottom not at the top of this .chat_container. Can you help me with it ? (perhaps some Ajax or Jquery code)

newest questions tagged jquery – Stack Overflow

About Admin