Domanda

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.

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a magento.stackexchange
scroll top