htmx
htmx copied to clipboard
</> htmx - high power tools for HTML
As of HTMX 2.0.6, in case of a history cache miss `loadHistoryFromServer()` [checks if the xhr status code falls between 200 and 400](https://github.com/bigskysoftware/htmx/blob/599d152c484cd351aad91159c3dae3c40095fb49/src/htmx.js#L3305), and any error codes (>=400) triggers `htmx:historyCacheMissLoadError`....
## Description Just updated htmx.find and htmx.findAll docs, so it does not cause any confusion. The search is not inclusive, as this methods are basically querySelector wrappers Corresponding issue: https://github.com/bigskysoftware/htmx/issues/3392...
Mention the swag store on the landing page above the sponsors section. Seems like the appropriate place to put it.
**Context** I am working with a password field which also has a button to display the password in cleartext. When I press the button the `blur` event of the input...
While I've had great success creating custom `hx-confirm` dialogs, the same can not be said for `hx-prompt`. I'd like to prompt the user for their password before deleting their account,...
As it stands, the javascript API has the following methods for querying elements: - `find` - `findAll` - `closest` These methods match some of the custom selectors that are supported...
This is an issue which is related to #2616. When trying to add an array of objects, the objects will be represented as `[object Object]`. What do I want to...
I have a scenario where I set the `HX-Location` header to redirect the client to other page (assume `/x`). In some cases, the response (of `/x`) could contain `HX-Push-Url` header...
Feature request: I'd like the form is submitted on some events on its children. I can do this right now as: ``` One Two Three Four ``` However, I do...