</> htmx - high power tools for html

PHOTO EMBED

Tue Aug 15 2023 12:40:13 GMT+0000 (Coordinated Universal Time)

Saved by @Juan #html

  <script src="https://unpkg.com/htmx.org@1.9.4"></script>
  <!-- have a button POST a click via AJAX -->
  <button hx-post="/clicked" hx-swap="outerHTML">
    Click Me
  </button>
content_copyCOPY

https://htmx.org/