omhalpalentoh2
New Member
Suppose I have a huge list of photos and I want to display it 20 by 20 in fix \[code\]auto-scrolled area\[/code\], and each time I get to the bottom of the list (end of the scroll).I want the next 20 photos to be loaded (as for the mobile when you want to reload your tweets or fb' posts). I suppose I will use an \[code\]Ajax\[/code\] post request as soon as I reached the end of the scroll but how to detect the event. Is there any reference to do that?