License: Zero-Clause BSD
If you want an older version, BytesOfProgress stores all versions starting from "2.0.2". Just use the link displayed in the table at the bottom of the page.
BytesOfProgress always serves the up-to-date, unchanged version from GitHub.
All you have to do is load HTMX from this link:
https://bytesofprogress.net/resources/js-libraries/HTMX/htmx.min.js
Quick start:
<script src="https://bytesofprogress.net/resources/js-libraries/HTMX/htmx.min.js "></script>
<!-- have a button POST a click via AJAX -->
<button hx-post="/clicked" hx-swap="outerHTML">
Click Me
</button>
Older versions
From new to old.
Version | Link |
---|---|
2.0.6 | https://bytesofprogress.net/resources/js-libraries/HTMX/htmx.min.js |
2.0.5 | https://bytesofprogress.net/resources/js-libraries/HTMX/htmx2-0-5.min.js |
2.0.4 | https://bytesofprogress.net/resources/js-libraries/HTMX/htmx2-0-4.min.js |
2.0.3 | https://bytesofprogress.net/resources/js-libraries/HTMX/htmx2-0-3.min.js |
2.0.2 | https://bytesofprogress.net/resources/js-libraries/HTMX/htmx2-0-2.min.js |