This commit is contained in:
carson 2020-05-26 13:37:05 -07:00
parent a34d6bcf0b
commit fdaeaa47e3

View File

@ -25,7 +25,7 @@ IE11 compatible & you can try it out quickly, without a huge rewrite
```html
<!-- Load from unpkg -->
<script src="https://unpkg.com/htmx.org@e0.0.4"></script>
<script src="https://unpkg.com/htmx.org@0.0.4"></script>
<!-- have a button POST a click via AJAX -->
<button hx-post="/clicked" hx-swap="outerHTML">
Click Me