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

On the following conversation that I had with [myself](https://github.com/bigskysoftware/htmx/discussions/3225) (so based), I found out that the method `htmx.process` doesn't not process already initialized elements. I will demonstrate that use case...

When the response contains "HX-Redirect" the hx-indicator element is not deactivated. The HX-Redirect header is set to redirect the browser to another page so someone could be think that hx-indicator...

In most Linux systems (maybe in MacOS too), you can copy something and paste it with the middle click ([auxclick](https://developer.mozilla.org/en-US/docs/Web/API/Element/auxclick_event)). So in the following example, when you have copied something...

### PROBLEM If an error occurs during an ajax request, we can use `htmx:responseError` to handle it: ```html hx-on:htmx:response-error="handleError()" ``` But there isn't a corresponding event for a success case....

## Description Using the website's search bar currently includes any subdomain in the search results, including the [htmx 1 docs](https://v1.htmx.org/), which can be confusing. This issue had been discussed in...

website

Is there a way to get a pre-parsed JSON response in the after-request handler? I assume it's simply not setting responseType="json" in the XHR. Thanks

Just when alternatives webpages on the website and wondering if [enaml-web ](https://github.com/codelv/enaml-web)can have is place: Author introduce is framework as "A web component toolkit for [enaml](https://github.com/nucleic/enaml) that let's you build...

By the default, if the HTMX request is sent from a form element, all fields are sent and hx-params is ignored. Maybe the documentation should be updated to mention this...

``` ``` With hx-post everthing works just fine, but if i use it with hx-delete, hx-on::after-request would not fire.

I've tried this with HTMX 2.x and 1.x and the current version of Handlebars. I have the follow data in this format: ``` { "items": [ { "key1": "value1", "key2":...