Any advice on how to do the Ajax calls and stuff to pull in content for a set of components like those boxes on http://www.jwt.com home page at a time when you scroll down please? I am using jQuery Ajax.
Another related thread that I have posted can be found at:
You can achieve this with the jQuery masonry plugin. In particular look at the infinite scroll demo:
http://masonry.desandro.com/demos/infinite-scroll.html
In terms of the AJAX calls, it looks like jwt.com uses a single AJAX call for each set of content (i.e. multiple content boxes are returned for each AJAX request/scroll down), so there’s nothing really special in terms of the AJAX. The wizadry is in the layout.