I want to load elements as they scroll into view to reduce server load e.g. thumbnails, but would like their placeholder divs to exist from when the page loads. To do this, I think I need a trigger of some kind when the div becomes visible.
jquery-appear was suggested but I cannot seem to get a copy of it from anywhere (Google gives me a 403 error)
Does anyone know how else to do this?
I think jQuery way points is the plugin you might need:
http://imakewebthings.com/jquery-waypoints/
Below is how you can call a waypoint plugin: