documentation clarification for htmx:load (#3299)

htmx:load doc clarification
This commit is contained in:
Devin Muzzy 2025-04-30 23:33:09 -07:00 committed by GitHub
parent f4cc8382a4
commit 0404d0137b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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