rapid-carpet-49476
06/27/2022, 3:22 PMhx-swap-oob='true' based on a user action afterwards.
I want the second button to trigger the same HTMX request as the first one. Currently, I am doing hx-trigger=click, click from:#second-button. This works fine when the second button is there from the start, but when the second button is swapped in OOB, it doesn’t seem to have the event handler added. Is that expected? Does anyone any suggestions for a workaround?hundreds-camera-24900
06/27/2022, 3:27 PMhundreds-camera-24900
06/27/2022, 3:28 PMhx-trigger="my-custom-event from:bodyrapid-carpet-49476
06/27/2022, 3:31 PMclick event from those buttons trigger the custom-event?hundreds-camera-24900
06/27/2022, 3:34 PMhundreds-camera-24900
06/27/2022, 3:34 PMhundreds-camera-24900
06/27/2022, 3:39 PM<button onclick="this.dispatchEvent(new CustomEvent('foo'));">hundreds-camera-24900
06/27/2022, 3:40 PMhundreds-camera-24900
06/27/2022, 3:40 PM<button @click.prevent="$dispatch('my-event')">colossal-glass-79762
06/27/2022, 3:40 PMrapid-carpet-49476
06/27/2022, 4:07 PMblue-ghost-19146
06/27/2022, 7:25 PMblue-ghost-19146
06/27/2022, 7:27 PMsteep-lamp-42308
06/27/2022, 7:46 PMchange event:
> The change event is fired for , , and elements when an alteration to the element's value is committed by the user. Unlike the input event, the change event is not necessarily fired for each alteration to an element's value.blue-ghost-19146
06/27/2022, 8:09 PMblue-ghost-19146
06/27/2022, 8:10 PMstrong-addition-37567
06/27/2022, 8:58 PMhx-preserve to no helpstrong-addition-37567
06/27/2022, 8:58 PM<div hx-get="my-url"
hx-trigger="load delay:1s"
hx-swap="#step"
>
<div class="d-flex justify-content-center">
<div class="spinner-border" hx-preserve id="asdf" role="status">
</div>
</div>
</div>mysterious-toddler-20573
06/27/2022, 8:59 PMstrong-addition-37567
06/27/2022, 9:00 PMmysterious-toddler-20573
06/27/2022, 9:00 PMmysterious-toddler-20573
06/27/2022, 9:00 PMmysterious-toddler-20573
06/27/2022, 9:01 PM204 No Content until things are completestrong-addition-37567
06/27/2022, 9:02 PMmysterious-toddler-20573
06/27/2022, 9:05 PMmysterious-toddler-20573
06/27/2022, 9:05 PMmysterious-toddler-20573
06/27/2022, 9:05 PMstrong-addition-37567
06/27/2022, 9:08 PMstrong-addition-37567
06/27/2022, 9:23 PM