* Fix anchor id for 'Configuring Response Handling Examples' header
* Move heading anchor links to right of heading
To make sure they don't get cut off by weird browsers.
Also make the anchor link text the 'link' emoji which is more fun than
the hashtag.
* Keep anchor links on the left
* Make entire header the anchor link and show link emoji on hover
* Fix anchor link colour in dark mode
* Revert anchor link icon to hash character
---------
Co-authored-by: 1cg <469183+1cg@users.noreply.github.com>
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>