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

It appears that the `` element (as pulled from the docs) does nothing in HTMX `4.0.0-alpha4`. It should either be implemented or documented as removed.

In my testing, a default configuration of htmx4 (with transitions enabled) seems to block most/all interaction from the page for ~500ms after a request is sent. An easy way to...

Given the HTML: ``` ... ``` Response from server: ``` Alert ``` According to the documentation, the `hx-swap-oob` value can be any valid `hx-swap` value, hence one would expect `textContent`...

## Description When using `hx-vals` and `hx-vars` you can reference `event` as shown in the docs for [hx-vals](https://htmx.org/attributes/hx-vals/). That is not the case with `hx-headers`. This PRs allow `hx-headers` to...

### Scenario Every post has a `.post-toolbar` so users can like the post. When a user clicks the post, it opens a dialog for detail with the same `.post-toolbar` component....

## Description Allow running the build commands on Windows. On Windows, even under WSL, it can't find `sed` from within the `package.json` scripts. In addition, Windows doesn't have glob expansion,...

htmx 4

You'd expect overriding the default title for **some** pages would be the expected behavior. use case: Having a default website title and overriding it only in individual product pages. ```...

## Description This pull request shows how to build the htmx.org site and deploy it to GitHub Pages. ## Testing You can see the copy of the site that I...

Bumps [glob](https://github.com/isaacs/node-glob) from 10.4.5 to 10.5.0. Commits 56774ef 10.5.0 1e4e297 bin: Do not expose filenames to shell expansion See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=glob&package-manager=npm_and_yarn&previous-version=10.4.5&new-version=10.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve...

dependencies
javascript

## Description Allow to use custom HTTP verbs Look at tests and doc to see how to do it. Corresponding issue: #3535 ## Testing I have add unit tests to...