htmx
htmx copied to clipboard
</> htmx - high power tools for HTML
Reproduce: - Visit https://htmx.org/examples/keyboard-shortcuts/ - Type alt-shift-D. Nothing. - Click on the button, changes to "Did it". I have no idea how to debug. I'm using Chrome Version 90.0.4430.85 (Official...
Just a proposal. Let me know what do you think.
I will prepare a test case if this is not a known problem. I have a ```html ``` which works well when the `` is replaced by some regular ``....
It was this old issue, i believe it didn't change ? Should we use `outerHTML` only or is there a way to swap to `value` ? https://github.com/bigskysoftware/intercooler-js/issues/229
I want to keep the amount of additional JS small for the initial page load. Later I might need additional libraries. For example confetti-canvas (see below Stackoverflow question). It would...
I'm experimenting with a setup where updates to my UI are received through a websocket connection. These updates may contain arbitrarily complex html so I wanted to make sure to...
The current htmx-config meta tag requires switching from double quotes to single quotes to accommodate a JSON object. It also mixes JavaScript notions with HTML. Using kebab-case with comma separated...
Due to how closures work, when the function defined in `setTimeout` is called, the `classOperation` will be the last one in the for loop. https://github.com/bigskysoftware/htmx/blob/v1.7.0/src/ext/class-tools.js#L52 So having `foo add:1, bar...
I want to use the new sse extension but it doesn't work when using "defer" because the dom is "parsed" by htmx before the load of the extension. I declare...
# Use case Hotwire recently added a similar feature. Would make available some intuitive low-code patterns in htmx. If `hx-trigger="submit[action()]"` supported async calls, we could "pause" the event, do something,...