作者cyril63 (阳光 海与沙滩)
看板Web_Design
标题[问题] 请问表格显示
时间Fri Jan 13 11:27:32 2006
我们现在碰到一个问题
就是啊 从资料库取出的资料太多的话 页面load要等很久
有没有什麽方法 就是页面外的表格当user使用卷轴时
才动态地显示出来
而不是一开始就把所有的 table 准备好
比如一个页面可以显示 10列
那就是
一开始
<table>
1.<tr> ...... </tr>
2.<tr> ...... </tr>
..........
10.<tr> ...... </tr>
</table>
当卷轴往下卷时
<table>
2.<tr> ...... </tr>
3.<tr> ...... </tr>
..........
11.<tr> ...... </tr>
</table>
以此类推....
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 61.30.72.160
1F:推 PsMonkey:ajax? 01/13 11:39
2F:推 bennylu:参考google map 一样都是用到ajax 01/13 11:49