saguaros
This is the answer i receive
Hi
As explained your issue has nothing to do with the template.
It's a logic behaviour occurred for ajax loaded content.
Javascript is triggered either after specific events (on page load) or explicitly by calling javascript functions.
Hence if you want to trigger javascript functionality for ajax loaded content you have to follow one of these routes, after your ajax request has been completed.
If i make an override to load next product with html not Ajax?