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

I have certain data inputs that under rare circumstances are rewritten. I have htmx for invoice validations, that recalculate the invoice line (these values not change in the calculation, but...

Think in most cases it makes no sense to poll if the browser tab is not visible, isn't it? e.g.: If the user will work with many tabs, then all...

Something like ``` ... foo.setAttribute("hx-get", "/somethingelse"); ``` Currently, the request url remains `/whatever` even though the hx-get attribute has been updated

Closes #749. This adds `handleHistorySwap` as a method for extensions to allow them to control the HTML swapping of browser history behavior. I considered just adding a new `swapType` of...

needs test

I'm using an extension to implement some custom behavior to work around #748, and it works really well for regular link navigation, but unfortunately doesn't work on browser navigation. This...

This is a bit of an edge case and not sure if HTMX wants to consider it, but if you have the following: ``` one two three ``` where, crucially,...

Hi. I have a long running XHR GET request, triggered by htmx, with `hx-push-url="true"`. If this request is in-flight and I navigate to another page via a boosted GET link,...

I am triggering htmx.ajax but my response contains a full page and I am trying to swap a part of the response What I am doing is working but seems...

Hi there! Just noticed, that on my site with `hx-boost` enabled, `insertIndicatorStyles` inserts it's style tag on every request, resulting in endless duplicate styles. Here's a screenshot of my dev...

I made a little and slightly hacky change to support my SSE use-case. I'm not suggesting that this PR be merged... it's really just here for discussion.