best-arm-55473
11/04/2021, 8:51 AM{% block extra_js %}
<script type="module" src="{{tree_populator_js}}"></script>
<script>htmx.process(document.body);</script>
{% endblock extra_js %}
best i can tell so far: the <script>
is loaded to the DOM just fine but no call is made to the src
attribute post hx-swap
.best-arm-55473
11/04/2021, 9:46 AMsalmon-xylophone-28580
11/04/2021, 11:57 AMbrave-raincoat-81051
11/05/2021, 12:54 AMhundreds-camera-24900
11/05/2021, 3:27 AMhundreds-camera-24900
11/05/2021, 3:27 AMcolossal-tomato-28211
11/05/2021, 4:10 AMbrave-raincoat-81051
11/05/2021, 12:58 PMmysterious-toddler-20573
11/05/2021, 1:17 PMhx-boost
which acts like turbolinks to an extent, but it is not as complete and is not designed to be.colossal-tomato-28211
11/05/2021, 1:20 PMcolossal-tomato-28211
11/05/2021, 1:20 PMhx-boost
in action?colossal-tomato-28211
11/05/2021, 1:22 PMmysterious-toddler-20573
11/05/2021, 1:58 PMmysterious-toddler-20573
11/05/2021, 1:58 PMcolossal-tomato-28211
11/05/2021, 2:09 PMhx-boost
with hx-target
and the server sends down HTML for the whole page, will it try to replace the innerHTML
of the target with the whole page, or will htmx find the target in the page the server sends and swap that innerHTML into the target in the existing DOM?colossal-tomato-28211
11/05/2021, 2:10 PMmysterious-toddler-20573
11/05/2021, 2:11 PMhx-boost
swaps the body. If you put an hx-target
on a boosted element (or a parent of the boosted element) then it will replace that target instead.mysterious-toddler-20573
11/05/2021, 2:11 PMhx-boost
mysterious-toddler-20573
11/05/2021, 2:11 PMhundreds-camera-24900
11/05/2021, 2:14 PMbrave-raincoat-81051
11/05/2021, 2:14 PMhundreds-camera-24900
11/05/2021, 2:15 PMbrave-raincoat-81051
11/05/2021, 2:15 PMhundreds-camera-24900
11/05/2021, 2:16 PMhundreds-camera-24900
11/05/2021, 2:16 PMcolossal-tomato-28211
11/05/2021, 2:16 PMhundreds-camera-24900
11/05/2021, 2:17 PMbrave-raincoat-81051
11/05/2021, 2:17 PMhundreds-camera-24900
11/05/2021, 2:17 PMhundreds-camera-24900
11/05/2021, 2:18 PM