fresh-controller-36545
04/11/2021, 10:01 AM_ attribute? Having to rely on Javascript event hooks β registered on a separate script-block β not only increases the complexity htmx is trying to avoid, but also makes it hard to differentiate which element triggered said hook & to then choose a code block to traverse through.mysterious-toddler-20573
04/11/2021, 12:08 PMstraight-van-46403
04/11/2021, 1:50 PMsalmon-whale-14625
04/12/2021, 4:11 AMsalmon-whale-14625
04/12/2021, 4:12 AMfull-terabyte-90567
04/12/2021, 1:34 PM_="on click go to /my_link"
gives me an errormysterious-toddler-20573
04/12/2021, 2:20 PMmysterious-toddler-20573
04/12/2021, 2:21 PMsalmon-xylophone-28580
04/13/2021, 7:28 AMbig-airline-13935
04/13/2021, 11:44 AMbig-airline-13935
04/13/2021, 11:48 AMsalmon-xylophone-28580
04/13/2021, 11:50 AMbig-airline-13935
04/13/2021, 11:52 AMmysterious-toddler-20573
04/13/2021, 12:43 PMmysterious-toddler-20573
04/13/2021, 12:44 PMmysterious-toddler-20573
04/13/2021, 1:12 PMgo to url /reset_password should workmysterious-toddler-20573
04/13/2021, 1:12 PMmysterious-toddler-20573
04/13/2021, 1:13 PMfull-terabyte-90567
04/13/2021, 1:14 PMmysterious-toddler-20573
04/13/2021, 1:14 PMgo to /reset_password work, seems like you should be able to do thatfull-terabyte-90567
04/13/2021, 1:17 PMmysterious-toddler-20573
04/13/2021, 3:01 PMuser
04/13/2021, 8:38 PMfreezing-crowd-50703
04/13/2021, 8:53 PMmysterious-toddler-20573
04/13/2021, 8:57 PMclever-action-84489
04/14/2021, 4:59 AMgorgeous-ghost-95789
04/14/2021, 5:30 AMgorgeous-ghost-95789
04/14/2021, 5:33 AMsalmon-xylophone-28580
04/14/2021, 10:01 AM<div hx-target="this" hx-swap="innerHTML">
<span hx-get="...">Click To Edit</span>
</div>
Isn't it the same as <div>
<span hx-get="..." hx-swap="outerHTML">Click To Edit</span>
</div>
If "yes", then you could avoid some characters.salmon-xylophone-28580
04/14/2021, 10:06 AM