{% end" /> {% end" /> {% end"/>

hx-get not fire after infinite scrolling

296 views Asked by At

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

0

There are 0 answers