Scroll to bottom of div?

前端 未结 30 2707
日久生厌
日久生厌 2020-11-21 11:56

I am creating a chat using Ajax requests and I\'m trying to get messages div to scroll to the bottom without much luck.

I am wrapping everything in this div:



        
30条回答
  •  再見小時候
    2020-11-21 12:15

    I use the difference between the Y coordinate of the first item div and the Y coordinate of the selected item div. Here is the JavaScript/JQuery code and the html:

    function scrollTo(event){
            // In my proof of concept, I had a few 
    One
    Two
    Three
    Four
    Five

提交回复
热议问题