Hello Elementor

Infinite Scroll & AJAX

If you are using Jetpack WordPress infinite scroll you don’t need to do anything. But if you using custom or 3rd party plugin you have to use this code snippet after ajax load more completed.

$('.variations_form').each(function(){
$(this).wc_variation_form();
});
CONTENTS