开发者

how the set the text area always scroll down

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜