In each post I have this code :
{% if result.has_url %}
<div hx-get="{% url 'post:load-url-preview' result.pk %}" hx-trigger="revealed">
</div>
{% endif %}
In the first pagination, the htmx is firing but after infinite scrolling, it is not firing (I'm using Waypoints Infinite Scroll). I noticed that other jquery too is not working after page > 1.
Any help would be appreciated