mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-27 13:01:03 +00:00
web update for 0.1.1
This commit is contained in:
parent
4e15653adb
commit
e088280f01
@ -23,7 +23,7 @@ IE11 compatible
|
||||
|
||||
```html
|
||||
<!-- Load from unpkg -->
|
||||
<script src="https://unpkg.com/htmx.org@0.1.0"></script>
|
||||
<script src="https://unpkg.com/htmx.org@0.1.1"></script>
|
||||
<!-- have a button POST a click via AJAX -->
|
||||
<button hx-post="/clicked" hx-swap="outerHTML">
|
||||
Click Me
|
||||
|
@ -94,7 +94,7 @@ It can be used via [NPM](https://www.npmjs.com/) as "`htmx.org`" or downloaded o
|
||||
[unpkg](https://unpkg.com/browse/htmx.org/) or your other favorite NPM-based CDN:
|
||||
|
||||
``` html
|
||||
<script src="https://unpkg.com/htmx.org@0.1.0"></script>
|
||||
<script src="https://unpkg.com/htmx.org@0.1.1"></script>
|
||||
```
|
||||
|
||||
## <a name="ajax"></a> [AJAX](#ajax)
|
||||
|
@ -26,7 +26,7 @@ IE11 compatible
|
||||
|
||||
```html
|
||||
<!-- Load from unpkg -->
|
||||
<script src="https://unpkg.com/htmx.org@0.1.0"></script>
|
||||
<script src="https://unpkg.com/htmx.org@0.1.1"></script>
|
||||
<!-- have a button POST a click via AJAX -->
|
||||
<button hx-post="/clicked" hx-swap="outerHTML">
|
||||
Click Me
|
||||
|
@ -1,13 +1,13 @@
|
||||
---
|
||||
layout: layout.njk
|
||||
tags: post
|
||||
title: htmx 0.1.0 has been released!
|
||||
title: htmx 0.1.1 has been released!
|
||||
date: 2020-09-18
|
||||
---
|
||||
|
||||
## htmx 0.1.0 Release
|
||||
## htmx 0.1.1 Release
|
||||
|
||||
I'm pleased to announce the [0.1.0 release](https://unpkg.com/browse/htmx.org@0.1.0/) of htmx as well as the first non-alpha hyperscript
|
||||
I'm pleased to announce the [0.1.1 release](https://unpkg.com/browse/htmx.org@0.1.1/) of htmx as well as the first non-alpha hyperscript
|
||||
release [0.0.2 hyperscript](https://unpkg.com/hyperscript.org@0.0.2).
|
||||
|
||||
### Changes
|
||||
|
Loading…
x
Reference in New Issue
Block a user