mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-28 05:21:18 +00:00
added link to parameters to delete/get/patch/post/put
This commit is contained in:
parent
529ec35762
commit
60ed3f8743
@ -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,4 +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 of the request in various ways. See [Parameters](/docs/#parameters)
|
||||
* 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