Comment on Show HN: I made a HTMX Playground 100% in the browserparentComments−throwaway1672yhx-target="closest <your element here>" hx-swap="outerHTML swap:1s" hx-push-url="false"That'll return whatever partial thing you want to return and replace <your element here> (with 1sec effect).
Comments
hx-target="closest <your element here>" hx-swap="outerHTML swap:1s" hx-push-url="false"
That'll return whatever partial thing you want to return and replace <your element here> (with 1sec effect).