From 0404d0137b69c876d61e079c5c8a8eb96040fca5 Mon Sep 17 00:00:00 2001 From: Devin Muzzy <68883649+devinmuzzy@users.noreply.github.com> Date: Wed, 30 Apr 2025 23:33:09 -0700 Subject: [PATCH] documentation clarification for htmx:load (#3299) htmx:load doc clarification --- www/content/events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/content/events.md b/www/content/events.md index aaa0e791..42bd8eba 100644 --- a/www/content/events.md +++ b/www/content/events.md @@ -310,7 +310,7 @@ This event is triggered before the content is saved in the history api. ### Event - `htmx:load` {#htmx:load} -This event is triggered when a new node is loaded into the DOM by htmx. +This event is triggered when a new node is loaded into the DOM by htmx. Note that this event is also triggered when htmx is first initialized, with the document body as the target. ##### Details