Removed outdated note in oob swap documentation (#2119)

(cherry picked from commit 0b7a68e352bbbd54e22bf7f9e4301959cad2de99)
This commit is contained in:
Vincent 2023-12-21 16:33:47 +01:00 committed by Carson Gross
parent b9da68d970
commit afb36ac6e6
2 changed files with 0 additions and 3 deletions

View File

@ -50,4 +50,3 @@ You should use a `template` tag to encapsulate elements that by the spec can't s
## Notes
* `hx-swap-oob` is not inherited
* Out of band elements must be in the top level of the response, and not children of the top level elements.

View File

@ -637,8 +637,6 @@ would be swapped into the target in the normal manner.
You can use this technique to "piggy-back" updates on other requests.
Note that out of band elements must be in the top level of the response, and not children of the top level elements.
#### Selecting Content To Swap
If you want to select a subset of the response HTML to swap into the target, you can use the [hx-select](@/attributes/hx-select.md)