mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-02 15:25:26 +00:00
added a quick note to the docs for the new mode
This commit is contained in:
parent
5045534d26
commit
081a99419e
@ -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
|
||||
* `delete` - Deletes the target element regardless of the response
|
||||
* `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
|
||||
|
Loading…
x
Reference in New Issue
Block a user