htmx
htmx copied to clipboard
</> htmx - high power tools for HTML
Hi, I have two action buttons that should submit the same form with different confirmation prompts. They’re in a header outside of the form, but this proposal would be useful...
Hi HTMX, long time listener, first time caller. I noticed some weird behavior when trying to process a lot of OOB swaps where the `triggerEvent` function seems to be getting...
small change in documentation
not sure if this is a bug or how to submit properly, but it appears that if you have a form element with name 'matches' you can't submit the form...
We're seeing a lot of `UnhandledRejection: Non-Error promise rejection captured with value: undefined` errors when using `hx-get` in Safari, specifically mostly Mobile Safari. We suspect this to be network issues....
Hi guys, i was trying to trigger multiple events via the HX-Trigger response header. Reading the docs and looking at the [code](https://github.com/bigskysoftware/htmx/blob/f42117628cc994fbc250c7b69c76bf4ca24d46a2/src/htmx.js#L2025) i know i can trigger either by comma...
I tried to make a codepen to show this, but couldn't figure out how. Basically, I have a div using "load polling" and it works just fine, but when I...
I want to refresh the page user is in with htmx after a put request. having a `div` with contents (or `body` itself), with `hx-trigger="refresh-page" and correct target and swap...
The link in the second paragraph of the home page "~14k min.gz’d" points to unpkg, version 1.9.12. There are two problems with this: * 1.9.12 is old. * Unpkg says...
Per the docs: > The `hx-swap` attribute allows you to specify how the response will be swapped in relative to the [target](https://htmx.org/attributes/hx-target/) of an AJAX request. If you do not...