Posted in Javascript onOctober 26, 2008
在一<div></div>内有一Table,利用js不停往table中执行insertRow(-1),
div.style.overflow = "auto"
想让div在执行insertRow(-1)之后自动滚动到末尾(新行)
方法:
var newRow = table.insertRow(-1);
newRow.scrollIntoView();
Div自动滚动到末尾的代码
声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@