Download content when scrolling down, like in facebook, on wall racks

I create an effect when, when I look through my document to the end, looking at a set of messages and receiving the last, I start uploading new messages in the same way as on facebook.

Well, the effect is not the same.

On facebook, when new content is uploaded, the position in the document only scrolls a bit to see that the new content is ready, but the effect is different in the mine. Sometimes it scrolls down, and the other in the middle, etc.

Does anyone know of any technique that I could use?

Thanks.

+4
source share
2 answers

you can do this with endless scroll masonry

as well as the endless scroll paul irish

+2
source

Yes, you can do this using a simple php and jquery trick. See HERE

+1
source

All Articles