Back to Practical Aspnetcore

HTMX hx-boost

projects/htmx/boost/README.md

latest357 B
Original Source

HTMX hx-boost

This example shows how to use hx-boost attribute doc. hx-boost make links and form tags to issue AJAX request and target the response to body tag.

html
    <ul hx-boost="true">
        <li><a href="/htmx/one">One</a></li>
        <li><a href="/htmx/two">two</a></li>
    </ul>