Hey, I’m a first year CompSci student and I’m trying to code a simple photo blog such that the page continues to load when it reaches the bottom (similar to Tumblr or Facebook), so that bandwidth and time isn’t wasted loading all 100+ images at once.
I’m using this code:
http://andersonferminiano.com/jqueryscrollpagination/
Right now the problem is that whatever I set as the contentPage begins to loaded fully once it reaches the bottom of the first section. (I have the first four images on the index page, and the rest on the contentPage, but once I scroll to the end of the index page the entire contentPage loads). Does anyone know how I would be able to use the code so that only a portion of the contentPage loads at a time?
I can link you to the actual page I’m working on if that helps..
Thanks!