We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fd60a5 commit d890547Copy full SHA for d890547
www/content/attributes/hx-ext.md
@@ -4,7 +4,7 @@ title = "hx-ext"
4
5
The `hx-ext` attribute enables an htmx [extension](https://htmx.org/extensions) for an element and all its children.
6
7
-The value can be a single extension name or a comma separated list of extensions to apply.
+The value can be a single extension name or a comma-separated list of extensions to apply.
8
9
The `hx-ext` tag may be placed on parent elements if you want a plugin to apply to an entire swath of the DOM,
10
and on the `body` tag for it to apply to all htmx requests.
@@ -25,4 +25,8 @@ hierarchy and it will apply to all child elements.
25
</div>
26
27
```
28
-
+```html
29
+<body hx-ext="preload,morph">
30
+ "preload" and "morph" extensions are used in this part of the tree...
31
+</body>
32
+```
0 commit comments