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 fa2dc6c commit 6f83885Copy full SHA for 6f83885
www/content/attributes/hx-get.md
@@ -21,3 +21,4 @@ This example will cause the `div` to issue a `GET` to `/example` and swap the re
21
* You can control the swap strategy by using the [hx-swap](@/attributes/hx-swap.md) attribute
22
* You can control what event triggers the request with the [hx-trigger](@/attributes/hx-trigger.md) attribute
23
* You can control the data submitted with the request in various ways, documented here: [Parameters](@/docs.md#parameters)
24
+* An empty `hx-get:""` will make a get request to the current url and will swap the current HTML page
0 commit comments