Skip to content

Commit

Permalink
Moved hx-swap into correct position
Browse files Browse the repository at this point in the history
  • Loading branch information
bencroker authored Mar 1, 2022
1 parent 1df8b2d commit 69d26f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ title: </> htmx - Attributes
| [`hx-request`](/attributes/hx-request) | configures various aspects of the request
| [`hx-select`](/attributes/hx-select) | selects a subset of the server response to process
| [`hx-sse`](/extensions/server-sent-events) | has meen moved to an extension. [Documentation for older versions](/attributes/hx-sse)
| [`hx-swap-oob`](/attributes/hx-swap-oob) | marks content in a response as being "Out of Band", i.e. swapped somewhere other than the target
| [`hx-swap`](/attributes/hx-swap) | controls how the response content is swapped into the DOM (e.g. 'outerHTML' or 'beforeEnd')
| [`hx-swap-oob`](/attributes/hx-swap-oob) | marks content in a response as being "Out of Band", i.e. swapped somewhere other than the target
| [`hx-sync`](/attributes/hx-sync) | controls requests made by different elements are synchronized with one another
| [`hx-target`](/attributes/hx-target) | specifies the target element to be swapped
| [`hx-trigger`](/attributes/hx-trigger) | specifies the event that triggers the request
Expand Down

0 comments on commit 69d26f9

Please sign in to comment.