mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-02 07:21:05 +00:00
update docs
This commit is contained in:
parent
878a98da75
commit
f25a7ee470
@ -26,7 +26,7 @@ IE11 compatible
|
|||||||
|
|
||||||
```html
|
```html
|
||||||
<!-- Load from unpkg -->
|
<!-- Load from unpkg -->
|
||||||
<script src="https://unpkg.com/htmx.org@0.0.8"></script>
|
<script src="https://unpkg.com/htmx.org@0.1.0"></script>
|
||||||
<!-- have a button POST a click via AJAX -->
|
<!-- have a button POST a click via AJAX -->
|
||||||
<button hx-post="/clicked" hx-swap="outerHTML">
|
<button hx-post="/clicked" hx-swap="outerHTML">
|
||||||
Click Me
|
Click Me
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
layout: layout.njk
|
layout: layout.njk
|
||||||
tags: post
|
tags: post
|
||||||
title: htmx 0.0.8 has been released!
|
title: htmx 0.1.0 has been released!
|
||||||
date: 2020-06-30
|
date: 2020-09-18
|
||||||
---
|
---
|
||||||
|
|
||||||
## htmx 0.1.0 Release
|
## htmx 0.1.0 Release
|
||||||
|
Loading…
x
Reference in New Issue
Block a user