htmx icon indicating copy to clipboard operation
htmx copied to clipboard

</> htmx - high power tools for HTML

Results 866 htmx issues
Sort by recently updated
recently updated
newest added

### The Problem In multiple project I have a page of items and a page to edit them. When pressing back after an edit the page of items should be...

As discussed in [the Discord](https://discord.com/channels/725789699527933952/1046573806547910677/1131673935453360221) I'd like to suggest adding the possibility to swap content on errors, to the core of htmx. Not as fine-grained as the [response-targets extension](https://htmx.org/extensions/response-targets/) that...

enhancement

When a cache miss occurs, htmx will fetch content from the server. If the server replies with an >=200 &&

When using `hx-on::after-load` in combination with `hx-trigger="load"`, it works but I observe this error in the console: ``` Uncaught ResizeObserver loop completed with undelivered notifications ``` Possibly related to #3106?...

**Description:** Currently, `hx-include` and `hx-vals` always include data in the same HTTP method as the primary request (`hx-get`, `hx-post`, etc.). However, there are cases where developers may need to include...

extension

## Description Updates parseHTML to use Document.parseHTMLUnsafe where supported This allows HTMX to support declarative shadow dom Corresponding issue: #2682 ## Testing *Please explain how you tested this change manually,...

enhancement