htmx icon indicating copy to clipboard operation
htmx copied to clipboard

</> htmx - high power tools for HTML

Results 939 htmx issues
Sort by recently updated
recently updated
newest added

When an element has `hx-select="body"` applied to it, no content is selected from a given response, and instead a blank response is swapped in. For example, using the following: ```py...

## Description I updated `server-examples.md` with two libraries that add HTMX support and server-side rendering to FastAPI. Both libraries are HTMX-first, and have guides and example applications. *Note: the linked...

## Description In PR #1332 the site was moved from Eleventy to Zola. This broke some syntax highlighting, leading to the following build warnings: ``` Warning: Highlight language shell not...

## Description Add alpine-interop extension to community extension list ## Checklist * [x] I have read the contribution guidelines * [x] I have targeted this PR against the correct branch...

Bumps [playwright](https://github.com/microsoft/playwright) from 1.55.0 to 1.56.1. Release notes Sourced from playwright's releases. v1.56.1 Highlights #37871 chore: allow local-network-access permission in chromium #37891 fix(agents): remove workspaceFolder ref from vscode mcp #37759...

dependencies
javascript

## Description I'm working on implementing streaming responses in my app similarly to React Suspense. The main body of the page is returned first and then blocks of content are...

## Description *Please describe what changes you made, and why you feel they are necessary. Make sure to include code examples, where applicable.* Corresponding issue: ## Testing *Please explain how...

Hello, I'm currently experimenting with ionic and htmx and facing an issue with history restore for ionic lists that are nested in some other ionic webcomponent. I'm not sure if...

I have the following polling mechanism: ```html ``` Which polls an endpoint when `#typing-indicator` is present, and replaces the typing indicator with the response. However, when `#typing-indicator` is absent from...

The docs say we should use `window.htmx = require('htmx.org')`. But that's CJS. What should I use for ESM? I'm using esbuild with the npm htmx package. I tried `import htmx...