Is it possible to define 2 triggers on an element ...
# htmx-general
p
Is it possible to define 2 triggers on an element (a
<tr>
in my case) where each trigger does a different request and also does a different swap? My use case is combining an infinite scroll (so trigger
intersection once
with swap
afterend
) with polling to update a row itself (so trigger
every 1 s
with swap
outerHTML
).