Skip to content

Instantly share code, notes, and snippets.

View scriptogre's full-sized avatar

Christian Tanul scriptogre

View GitHub Profile
@scriptogre
scriptogre / htmx-dynamic-attrs.md
Last active June 9, 2026 22:35
htmx 4.0: fix stale hx-* handlers on re-process

Fix: stale hx-* handlers on re-process

problem

htmx wire listener when process() run. attribute change after that? old listener stay. new listener also add. now two listener. bad.

<button hx-on:click="doV1()">click</button>