问题描述
i在div标签内使用ul,我想按需加载列表,
i表示有滚动在div标签处和div标签内部
ul项目,我不想显示所有项目,因为如果我们显示有大量记录(大约10,000)会降低应用程序的性能所有记录。
如何使用列表项实现按需加载。我想像facebook一样实现这个,当用户滚动内容开始加载时?
注意:我第一次要从服务器加载列表。
Scroll出现在div标签而不是ul标签。
Hi,
i am using ul inside the div tag, i want to load the list on demand,
i mean there is scroll at div tag and inside the div tag there
ul items, i don''t want to show all the items, because there is huge records(approx 10,000) that degrade the performance of application if we show all the records.
How to implement the load on demand with list items. i want to implement this like a facebook, when user scroll the content start loading?
Note: First time i want to load the list from server.
Scroll is appearing in div tag not at ul tag.
推荐答案
这篇关于如何使用jquery实现按需加载的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!