开发者

how the set the text area always scroll down

开发者 https://www.devze.com 2023-01-05 04:50 出处:网络
how the set the text area always scroll down. its default the scroll bar is up . I am trying to ever 2 min i am reloading开发者_如何学运维 the text area evert 2mins .

how the set the text area always scroll down . its default the scroll bar is up .

I am trying to ever 2 min i am reloading开发者_如何学运维 the text area evert 2 mins .

the scroll bar is not showing in down .

I want to show scroll bar in down ?

How to achieve in simple way , rather using some other horrible technique ?


Try:

myArea.scrollTop = myArea.scrollHeight;
0

精彩评论

暂无评论...
验证码 换一张
取 消