Pregunta

I have changed content to next page in category page in magento by https://infiniteajaxscroll.com/docs/methods.html

I try to check content of list update by this function:

$('.category-products .products.list').change(function () {
    console.log('list update');
});

It doesn't work for me.

¿Fue útil?

Solución

There is a free extension available for infinite scroll. Please take reference from the code of this extension. Please find the repo of extension below:

https://github.com/Strategery-Inc/Magento2-InfiniteScroll

Licenciado bajo: CC-BY-SA con atribución
No afiliado a magento.stackexchange
scroll top