mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-27 04:50:43 +00:00
docs: updating attribute table to use beforeend instead of beforeEnd (#1427)
* docs: updating attribute table to use beforeend instead of beforeEnd * docs: updating jetbrains attributes
This commit is contained in:
parent
cbdbe1d858
commit
e626e2aea6
@ -193,7 +193,7 @@
|
||||
},
|
||||
{
|
||||
"name": "hx-swap",
|
||||
"description": "The **hx-swap** attribute controls how the response content is swapped into the DOM (e.g. 'outerHTML' or 'beforeEnd')",
|
||||
"description": "The **hx-swap** attribute controls how the response content is swapped into the DOM (e.g. 'outerHTML' or 'beforeend')",
|
||||
"description-sections": {
|
||||
"Inherited": ""
|
||||
},
|
||||
|
@ -28,7 +28,7 @@ The following are the most common attributes when using htmx.
|
||||
| [`hx-push-url`](@/attributes/hx-push-url.md) | pushes the URL into the browser location bar, creating a new history entry
|
||||
| [`hx-select`](@/attributes/hx-select.md) | select content to swap in from a response
|
||||
| [`hx-select-oob`](@/attributes/hx-select-oob.md) | select content to swap in from a response, out of band (somewhere other than the target)
|
||||
| [`hx-swap`](@/attributes/hx-swap.md) | controls how content is swapped in (`outerHTML`, `beforeEnd`, `afterend`, ...)
|
||||
| [`hx-swap`](@/attributes/hx-swap.md) | controls how content is swapped in (`outerHTML`, `beforeend`, `afterend`, ...)
|
||||
| [`hx-swap-oob`](@/attributes/hx-swap-oob.md) | marks content in a response to be out of band (should swap in somewhere other than the target)
|
||||
| [`hx-target`](@/attributes/hx-target.md) | specifies the target element to be swapped
|
||||
| [`hx-trigger`](@/attributes/hx-trigger.md) | specifies the event that triggers the request
|
||||
|
Loading…
x
Reference in New Issue
Block a user