At this point, it's just a high-level process I'm trying to establish as well as the feasibility of doing what I'm looking to accomplish so no code at this point. But basically, the requirement is to have a new way to handle pagination and filtering for an eCommerce store.
The interface is currently laid out in a 4 x 4 grid so 16 products per page (as an example). What I'd like to see is each "page" being loaded as a div and the pagination function just switching between divs. I want the entire set of data to be loaded on page load - but not the entire set of images. So I'd need something that would set the images to load after the page loads or at least only when the div is visible. Also, is there any way to incorporate jQuery filtering on that data? Would I have to make an AJAX call which would reload the appropriate data? Has anyone developed anything similar? Any advice or pointers would be greatly appreciated. Thanks!