diff options
author | jdocksey <2665217+jdocksey@users.noreply.github.com> | 2025-02-25 02:08:02 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-25 09:08:02 +0100 |
commit | 103c72ed7462cc8e1d0cfb937b9bc0a240eb9287 (patch) | |
tree | ee02ba68dc14fd53b0fce1a629601bec792fd621 | |
parent | d8dc1ee93d37dc54db7fbe08be41f106e107bb8b (diff) | |
download | htmx-103c72ed7462cc8e1d0cfb937b9bc0a240eb9287.tar.gz htmx-103c72ed7462cc8e1d0cfb937b9bc0a240eb9287.zip |
Documentation link added (#3211)
-rw-r--r-- | www/content/reference.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/content/reference.md b/www/content/reference.md index 1cdb9106..ebdb81c1 100644 --- a/www/content/reference.md +++ b/www/content/reference.md @@ -158,7 +158,8 @@ All other attributes available in htmx. | [`htmx:oobBeforeSwap`](@/events.md#htmx:oobBeforeSwap) | triggered before an out of band element swap is done, allows you to configure the swap | [`htmx:oobErrorNoTarget`](@/events.md#htmx:oobErrorNoTarget) | triggered when an out of band element does not have a matching ID in the current DOM | [`htmx:prompt`](@/events.md#htmx:prompt) | triggered after a prompt is shown -| [`htmx:pushedIntoHistory`](@/events.md#htmx:pushedIntoHistory) | triggered after an url is pushed into history +| [`htmx:pushedIntoHistory`](@/events.md#htmx:pushedIntoHistory) | triggered after a url is pushed into history +| [`htmx:replacedInHistory`](@/events.md#htmx:replacedInHistory) | triggered after a url is replaced in history | [`htmx:responseError`](@/events.md#htmx:responseError) | triggered when an HTTP response error (non-`200` or `300` response code) occurs | [`htmx:sendAbort`](@/events.md#htmx:sendAbort) | triggered when a request is aborted | [`htmx:sendError`](@/events.md#htmx:sendError) | triggered when a network error prevents an HTTP request from happening |