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

When you're working with progressive enhancement (have `hx-boost` enabled for either the entire page or individual elements, it would be nice if there was a way to switch the interacting...

I have an issue with users with slow connections. They are updating invoices in their phones (android) and sometimes the values are lost or overwritten. ```html ``` So, this is...

First of all, thank you for HTMX, this is a really great project. It seems that headers added with hx-headers are not sent with the preload request. But I don't...

I have server endpoint that I need to process several different events. For this to work I am using the `event-header` extension. It works fine except for the special event...

Hello, Was going to use this library to add some "progressive enhancement" or SPA like features, but hit upon a snag. It didn't look like it is possible to disable...

First, thank you for HTMX my question is certainly more due to a bad understanding on my part than an issue. If I take the example of the toggle class...

bug

Dear 1cg, dear developers, As a feature request, is it possible in the future to add to hx-prompt an optional default value? It would be useful :) + https://developer.mozilla.org/en-US/docs/Web/API/Window/prompt Thank...

Consider the following HTML: ```html ``` The web socket returns messages with this text content: ```html Foo Bar ``` When text is entered into the input box and enter is...

I have a couple of links that I'm loading into modals using `hx-get`, with `hx-select` to only swap certain elements. This all works fine except the parent page's window title...

I'd like to be able to traverse up the nodes to an ancestor node and then back down: ``` Edit ``` It's possible with hyperscript...maybe support hyperscript in `hx-target` when...