mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-28 21:41:40 +00:00

* 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
538 B
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 |