mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-30 14:31:47 +00:00
I actually forgot the comma? Wow.
This commit is contained in:
parent
e5db6ebe4c
commit
60e012ab57
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user