I am currently looking to achieve a behaviour that sort of mixes the infinite scroll and the pagination modes.
Essentially the basic behaviour is infinite scroll but if the user clicks a pagination link (say page 4), the script sequentially loads pages 1, 2, 3 and 4. If the user is already on page 3, the script loads just page 4. Is it achievable with the current JS API?
Alternatively, could you please provide an example of calling the plugin ajax functions directly?
Hi,
Thank you very much for this plugin.
I am currently looking to achieve a behaviour that sort of mixes the infinite scroll and the pagination modes.
Essentially the basic behaviour is infinite scroll but if the user clicks a pagination link (say page 4), the script sequentially loads pages 1, 2, 3 and 4. If the user is already on page 3, the script loads just page 4. Is it achievable with the current JS API?
Alternatively, could you please provide an example of calling the plugin ajax functions directly?