문제

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.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top