We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a328cab commit 5847fbfCopy full SHA for 5847fbf
www/content/attributes/hx-request.md
@@ -11,7 +11,7 @@ The `hx-request` attribute allows you to configure various aspects of the reques
11
These attributes are set using a JSON-like syntax:
12
13
```html
14
-<div ... hx-request='\"timeout\":100'>
+<div ... hx-request='{"timeout":100}'>
15
...
16
</div>
17
```
0 commit comments