I'm working on a chat app. If you see Facebook chat window, for instance, there is a scrollbar which is initially at the bottom to show the latest message. Similarly, I want to set the div to be initially fully scrolled to the bottom.
How can I set a div with vertical scroll to be fully scrolled to the bottom by default?
Here's my code :
 <div id="divid" style="height:100px; border:2px solid #ccc; overflow: auto;">
     xcv sdf dfg sdfg
     dfg 
     sdf
     g sdfg sdfg sdfg dsfg
     sdfg dgfh dgfh
     dfgh fghdfgh
     gf hdfg hdfgh hgfdgf h
     gfhdgfh 
     dgfhfg
</div>
 
     
    