本文介绍了如何懒惰加载嵌套中继器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有一个嵌套的转发器,(类似于facebook的帖子和评论)我通过代码隐藏加载父转发器的前10行及其子转发器。然后使用Jquery appent方法加载父转发器的其余行,并向下滚动web方法。我的问题是如何使用jquery加载父转发器及其子转发器?
是否有任何关于延迟加载的教程等使用嵌套转发器?
这就是我的意思一直在使用..
[]
I have a nested repeater, ( something similar to facebook posts and comments) I am loading first 10 rows of the parent repeater along with its childrepeaters through codebehind. And then loading rest of the rows of the parent repeater using Jquery appent method, and a web method on scroll down. My question is how can i load parent repeater along with its child repeaters using jquery?
Is there any tutorial etc on lazy loading which uses nested repeater?
this is what i have been using ..
CLICK HERE[^]
推荐答案
这篇关于如何懒惰加载嵌套中继器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!