This commit is contained in:
carson 2020-05-10 15:22:58 -07:00
parent 408d0aa9c7
commit b5e50962ee

View File

@ -25,7 +25,7 @@ title: </> kutty - Attributes
| [`kt-select`](/attributes/kt-select) | selects a subset of the server response to process
| [`kt-sse-src`](/attributes/kt-sse-src) | establishes an [SSE](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events) source for events
| [`kt-swap`](/attributes/kt-swap) | controls how the response content is swapped into the DOM (e.g. 'outerHTML' or 'beforeEnd')
| [`kt-swap-oob`](/attributes/kt-swap) | marks content in a response as being "Out of Band", i.e. swapped somewhere other than the target
| [`kt-swap-oob`](/attributes/kt-swap-oob) | marks content in a response as being "Out of Band", i.e. swapped somewhere other than the target
| [`kt-target`](/attributes/kt-target) | specifies the target element to be swapped
| [`kt-trigger`](/attributes/kt-trigger) | specifies the event that triggers the request