mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-29 22:11:22 +00:00
Update hx-swap.md to include the 'none' option
This commit is contained in:
parent
5f72dfead6
commit
9b31b628bb
@ -16,6 +16,7 @@ The possible values of this attribute are:
|
||||
* `afterbegin` - Insert the response before the first child of the target element
|
||||
* `beforeend` - Insert the response after the last child of the target element
|
||||
* `afterend` - Insert the response after the target element
|
||||
* `none`- Does not append content from response (out of band items will still be processed).
|
||||
|
||||
These options are based on standard DOM naming and the
|
||||
[`Element.insertAdjacentHTML`](https://developer.mozilla.org/en-US/docs/Web/API/Element/insertAdjacentHTML)
|
||||
|
Loading…
x
Reference in New Issue
Block a user