Home › Forums › JavaScript › Infinite scroll + filter pagination › Reply To: Infinite scroll + filter pagination
September 24, 2015 at 5:53 pm
#208666
Member
Have you looked at this infinite scroll plugin?
Maybe you can load in all the item data (urls or whatever) using ajax, then filter and process that information before retrieving the the data-heavy information from the server.
It would be easier to help if you provided some code, or a better idea of what kind of data is being processed.