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

This is a proposal to provide extensions with access to a `htmx.swap()` function, so that extensions can swap DOM content using their own data. Here are a couple example use...

enhancement

From what I can tell, it's not possible to add any scrolling on swap with server-sent events. I'd like to be able to say `hx-swap="beforeend scroll:bottom"` and have it just...

Hi there, I've testing sse extension in my project and it's working as expected for swapping the content. However, I want to add new message below like chat message. And...

https://htmx.org/attributes/hx-trigger/ says: > throttle: - a throttle will occur before an event triggers a request. If the event is seen again before the delay completes it is ignored, the element...

Hi, It is a very common scenario to trigger a search only when the input length is above a certain limit (say, 3 characters), and otherwise show a message that...

As far as I can tell, it's not currently possible to specify an equivalent to hx-swap when using the htmx.ajax() javascript API documented [here.](https://htmx.org/api/#ajax). It's got target, values, etc. but...

The transition behaviour described [here](https://htmx.org/docs/#css_transitions) has an unintended side effect, which breaks our application. The same use case worked with Intercooler.js, but for other reasons we must migrate to HTMX....

So this issue is currently solvable, but the user experience around it sucks. ### Issue This involves requests to external 3rd party API's. htmx works wonderfully with 3rd party API's,...

I discovered this issue when trying to swap a native `` element into a ``. ``has a default Shadow DOM for the player chrome and controls. ```hmtl Load a video...

I have an application with ``` ``` where the `page-content` is replaced with another page using `hx-get` when users navigate through pages through a menu. I get errors from time...