How to Scroll Down - JQuery

后端 未结 6 551
慢半拍i
慢半拍i 2020-12-05 18:37

I\'m not a programmer, but I use the code below to scroll the page to the top.

How can I adapt it to make a scroll down?



        
6条回答
  •  情深已故
    2020-12-05 19:15

    This can be used in to solve this problem

    in javascript use this

    jQuery("div#scrol").scrollTop(jQuery("div#scrol")[0].scrollHeight);
    

提交回复
热议问题