bland-kite-495
04/14/2021, 10:20 AMclever-action-84489
04/14/2021, 11:24 AMmost-jelly-15242
04/14/2021, 11:27 AMhx-get="/some-error" hx-trigger="htmx:sendError" so when the error event bubbles up it can be catched by this outer div.mysterious-toddler-20573
04/14/2021, 1:01 PMmysterious-toddler-20573
04/14/2021, 1:03 PMmysterious-toddler-20573
04/14/2021, 1:07 PMmysterious-toddler-20573
04/14/2021, 1:08 PMbrave-processor-48373
04/14/2021, 2:40 PMglamorous-honey-42686
04/14/2021, 2:41 PMglamorous-honey-42686
04/14/2021, 2:41 PMgorgeous-ghost-95789
04/14/2021, 2:48 PMgorgeous-ghost-95789
04/14/2021, 2:49 PMhx-get attribute via Javascript, you're not really changing what htmx will do.gorgeous-ghost-95789
04/14/2021, 2:50 PMhtmx.process(node) function. It's usually used to tell htmx that you've made changes to the DOM that it doesn't know about.gorgeous-ghost-95789
04/14/2021, 2:50 PMglamorous-honey-42686
04/14/2021, 2:50 PMgorgeous-ghost-95789
04/14/2021, 2:51 PMglamorous-honey-42686
04/14/2021, 2:51 PMgorgeous-ghost-95789
04/14/2021, 2:52 PMgorgeous-ghost-95789
04/14/2021, 2:52 PMprocess() function WILL work to re-process a node that has been changed. There's probably a performance implication to it, which is why it doesn't do this already.gorgeous-ghost-95789
04/14/2021, 2:53 PMglamorous-honey-42686
04/14/2021, 2:53 PMgorgeous-ghost-95789
04/14/2021, 2:54 PMglamorous-honey-42686
04/14/2021, 2:54 PMglamorous-honey-42686
04/14/2021, 2:59 PMgorgeous-ghost-95789
04/14/2021, 3:00 PMhtmx.swap some day, which might make it easier to switch things up in the future.gorgeous-ghost-95789
04/14/2021, 3:01 PMmost-jelly-15242
04/14/2021, 3:04 PMhtmx:configRequest event by changing evt.detail.path. So you could set the path in a made up attribute, and change it, then always use whatever you have in that attribute.most-jelly-15242
04/14/2021, 3:08 PMgorgeous-ghost-95789
04/14/2021, 3:09 PMgorgeous-ghost-95789
04/14/2021, 3:10 PM