mirror of
https://github.com/bigskysoftware/htmx.git
synced 2026-04-18 21:10:44 +00:00
docs cleanup
This commit is contained in:
@@ -155,4 +155,4 @@ With `strip:false`, the entire `<div class="wrapper">` and its contents are swap
|
||||
* Due to DOM limitations, it’s not possible to use the `outerHTML` method on the `<body>` element.
|
||||
htmx will change `outerHTML` on `<body>` to use `innerHTML`.
|
||||
* The default swap delay is 0ms
|
||||
* The default settle delay is 20ms
|
||||
* The default settle delay is 1ms
|
||||
|
||||
@@ -127,8 +127,6 @@ All other attributes available in htmx.
|
||||
| [`htmx:finally:request`](@/events.md#htmx:finally:request) | triggered in the finally block after a request
|
||||
| [`htmx:before:swap`](@/events.md#htmx:before:swap) | triggered before a swap is done, allows you to configure the swap
|
||||
| [`htmx:after:swap`](@/events.md#htmx:after:swap) | triggered after new content has been swapped in
|
||||
| [`htmx:before:partial:swap`](@/events.md#) | triggered before a partial element swap
|
||||
| [`htmx:after:partial:swap`](@/events.md#) | triggered after a partial element swap
|
||||
| [`htmx:before:restore:history`](@/events.md#htmx:before:restore:history) | triggered before history restoration
|
||||
| [`htmx:before:history:update`](@/events.md#htmx:before:history:update) | triggered before history is updated
|
||||
| [`htmx:after:history:update`](@/events.md#htmx:after:history:update) | triggered after history has been updated
|
||||
|
||||
Reference in New Issue
Block a user