I set up zola to aggregate all these and create an RSS feed for them. I
also removed a couple of the essays from the /essays page in an attempt
to highlight the best one for each argument (now that they can all be
found on /essays/all).
* Update documentation for preload extension - include form element preloading and preload always attribute description
* Adjust version number
* Document HX-Preload header
* Rename preloaded header from HX-Preload to HX-Preloaded
* Up version
* Update www/content/extensions/preload.md
Co-authored-by: Vincent <vichenzo-thebaud@hotmail.com>
---------
Co-authored-by: Vincent <vichenzo-thebaud@hotmail.com>
* Update hx-trigger.md
- Added a clarification in notes to suggest adding a delay when adding reset to hx-trigger.
- Also thought it's useful to add a reference to MDN's list of web API events, as it was one of the omissions in the hx-trigger doc which made me Google a little when I started out.
* Update hx-trigger.md
My bad, you're absolutely right. I've rewritten the proposed changes with your explanation in mind.
* Initial suggestion (squashed)
Support multiple extended selectors for hx-include
Additional test for nested standard selector
Add @MichaelWest22 hx-disabled-elt multiple selector test
Add hx-trigger `from` test with multiple extended selectors
Simplify
Include #2915 fix
Update htmx.js
Split for readability
Don't apply global to previous selectors
Rewrite loop, restore global recursive call, minimize diff
Use break for better readability
Co-Authored-By: MichaelWest22 <12867972+MichaelWest22@users.noreply.github.com>
* Keep global as a first-position-only keyword
* Wrapped selector syntax
* Replace substring check by individual chars check
* Fix format
---------
Co-authored-by: MichaelWest22 <12867972+MichaelWest22@users.noreply.github.com>
boosted forms that issue a `GET` (and only a `GET`) and have no `action` attribute or an empty `action` attribute should clear the existing parameters of the current path when submitting lmao