I actually forgot the comma? Wow.

This commit is contained in:
GavinRay97 2020-05-27 23:14:06 -04:00 committed by GitHub
parent e5db6ebe4c
commit 60e012ab57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ and on the `body` tag for it to apply to all htmx requests.
**Tip:** To use multiple extensions on one element, separate them with a comma:
```html
<button hx-post="/example" hx-ext="debug json-enc">This Button Uses Two Extensions</button>
<button hx-post="/example" hx-ext="debug, json-enc">This Button Uses Two Extensions</button>
```
## <a name="included"></a> [Included Extensions](#included)