mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-30 06:21:19 +00:00
Merge pull request #272 from guettli/patch-2
Add note about data of hx-post
This commit is contained in:
commit
530bc1ee7e
@ -25,3 +25,4 @@ This example will cause the `button` to issue a `DELETE` to `/account` and swap
|
||||
* You can control the target of the swap using the [hx-target](/attributes/hx-target) attribute
|
||||
* You can control the swap strategy by using the [hx-swap](/attributes/hx-swap) attribute
|
||||
* You can control what event triggers the request with the [hx-trigger](/attributes/hx-trigger) attribute
|
||||
* You can control the data submitted with the request in various ways, documented here: [Parameters](/docs/#parameters)
|
@ -23,3 +23,4 @@ This example will cause the `div` to issue a `GET` to `/example` and swap the re
|
||||
* You can control the target of the swap using the [hx-target](/attributes/hx-target) attribute
|
||||
* You can control the swap strategy by using the [hx-swap](/attributes/hx-swap) attribute
|
||||
* You can control what event triggers the request with the [hx-trigger](/attributes/hx-trigger) attribute
|
||||
* You can control the data submitted with the request in various ways, documented here: [Parameters](/docs/#parameters)
|
@ -25,3 +25,4 @@ This example will cause the `button` to issue a `PATCH` to `/account` and swap t
|
||||
* You can control the target of the swap using the [hx-target](/attributes/hx-target) attribute
|
||||
* You can control the swap strategy by using the [hx-swap](/attributes/hx-swap) attribute
|
||||
* You can control what event triggers the request with the [hx-trigger](/attributes/hx-trigger) attribute
|
||||
* You can control the data submitted with the request in various ways, documented here: [Parameters](/docs/#parameters)
|
@ -23,3 +23,4 @@ This example will cause the `button` to issue a `POST` to `/account/enable` and
|
||||
* You can control the target of the swap using the [hx-target](/attributes/hx-target) attribute
|
||||
* You can control the swap strategy by using the [hx-swap](/attributes/hx-swap) attribute
|
||||
* You can control what event triggers the request with the [hx-trigger](/attributes/hx-trigger) attribute
|
||||
* You can control the data submitted with the request in various ways, documented here: [Parameters](/docs/#parameters)
|
||||
|
@ -25,3 +25,4 @@ This example will cause the `button` to issue a `PUT` to `/account` and swap the
|
||||
* You can control the target of the swap using the [hx-target](/attributes/hx-target) attribute
|
||||
* You can control the swap strategy by using the [hx-swap](/attributes/hx-swap) attribute
|
||||
* You can control what event triggers the request with the [hx-trigger](/attributes/hx-trigger) attribute
|
||||
* You can control the data submitted with the request in various ways, documented here: [Parameters](/docs/#parameters)
|
Loading…
x
Reference in New Issue
Block a user