htmx/www/docs/attributes.md
carson fe9dbb8b3e lots of work:
* reworked the swap code did away with merge in favor of general attributes swapping
* updated docs
* changed hx-swap-direct to hx-swap-oob
* updated build script to create a .gz so I can know what size that is
* cleaned up code so it's easier to follow
2020-05-04 17:55:19 -07:00

538 B

layout title
layout.njk HTMx - HTML Extensions / Attributes

</> Attributes

Attribute Description
hx-get Issues an HTTP GET to the given URL
hx-target Specifies the target element that should be swapped
hx-swap Specifies how target element should be swapped: innerHTML, outerHTML, append