mysterious-toddler-20573
06/14/2021, 3:47 PMmysterious-toddler-20573
06/14/2021, 3:47 PMmysterious-toddler-20573
06/14/2021, 3:47 PMhtmx.logAll() to see all the events fired by htmx and what they are being fired onmost-jelly-15242
06/14/2021, 4:59 PMmysterious-toddler-20573
06/14/2021, 6:01 PMmysterious-toddler-20573
06/14/2021, 6:02 PMevt.detail.elt should have the element that the event was triggered on: https://github.com/bigskysoftware/htmx/blob/c7bde5ad2587a53c5be3369803232757e4fdbfb8/src/htmx.js#L1499rich-oxygen-98159
06/14/2021, 6:54 PMafterRequest fires on the form, but the elt is actually the hx-target object. I tried shrinking the form tag to: <form hx-post="/path/to/" _="on htmx:afterRequest log 'Yes'">. The only thing that did was correctly leave the form object as the elt for the afterRequest. I'm surprised that everything moves to the target and nothing stays on the original caller. For some reason, still no console log.mysterious-toddler-20573
06/14/2021, 7:05 PMmost-jelly-15242
06/14/2021, 7:05 PMhtml
<div id="yoyo-lmilgthy" hx-get="render" hx-include="#yoyo-lmilgthy *" hx-trigger="refresh" hx-target="this">
<button hx-get="today">Today</button>
</div>mysterious-toddler-20573
06/14/2021, 7:08 PMmysterious-toddler-20573
06/14/2021, 7:09 PMmysterious-toddler-20573
06/14/2021, 7:09 PM_='on click log "Yes" in there and just verify that hyperscript is working at all?most-jelly-15242
06/14/2021, 7:11 PMhtmx:afterSettlemysterious-toddler-20573
06/14/2021, 7:11 PMmost-jelly-15242
06/14/2021, 7:12 PMrich-oxygen-98159
06/14/2021, 7:12 PMon click isn't working either is hyperscript just isn't doing anything.mysterious-toddler-20573
06/14/2021, 7:12 PMmysterious-toddler-20573
06/14/2021, 7:13 PMmysterious-toddler-20573
06/14/2021, 7:13 PMmysterious-toddler-20573
06/14/2021, 7:13 PMmysterious-toddler-20573
06/14/2021, 7:14 PMtriggerElement toorich-oxygen-98159
06/14/2021, 7:15 PMmysterious-toddler-20573
06/14/2021, 7:15 PMmysterious-toddler-20573
06/14/2021, 7:15 PMmysterious-toddler-20573
06/14/2021, 7:16 PMmost-jelly-15242
06/14/2021, 7:16 PMtrigger, triggerElt ?mysterious-toddler-20573
06/14/2021, 7:17 PMrich-oxygen-98159
06/14/2021, 7:17 PMmysterious-toddler-20573
06/14/2021, 7:17 PMtriggerer?mysterious-toddler-20573
06/14/2021, 7:17 PM