mysterious-toddler-20573
06/03/2022, 10:35 PMwhite-motorcycle-95262
06/03/2022, 10:44 PM/services/#speeches in my example is similar to e.g., https://htmx.org/docs#css_transitions, which is a link on the homepage of htmx.org. For some reason, the issue doesn't seem to happen when I click on that link on htmx.org. **EDIT: Oh, it's because htmx.org doesn't boost links in the middle of it's page?
**
You can view my example by going to http://www.perrymangroup.com:8000/ scrolling down a little and clicking on the "Learn more" button in the "Speeches" card, if that helps. Once you click that button, it take syou to the "Economic Analysis" page, and the #speeches section, but #speeches isn't in the URL (firefox, at least). clicking "back" creates the issuered-farmer-97020
06/03/2022, 11:44 PMred-farmer-97020
06/03/2022, 11:44 PMmysterious-toddler-20573
06/03/2022, 11:47 PMred-farmer-97020
06/03/2022, 11:49 PMmysterious-toddler-20573
06/03/2022, 11:53 PMhtml
<input name='contact.name' .../>
...
<input name='contact.emails[0]' .../>
<input name='contact.emails[1]' .../>
...mysterious-toddler-20573
06/03/2022, 11:54 PMjson
{"contact" : {
"name" : ...,
"emails" : [ ... ]
...
}
}mysterious-toddler-20573
06/03/2022, 11:54 PMred-farmer-97020
06/03/2022, 11:59 PMmysterious-toddler-20573
06/04/2022, 12:20 AMancient-shoe-86801
06/04/2022, 12:24 AMgorgeous-ghost-95789
06/04/2022, 12:27 AMcontact.emails.1red-farmer-97020
06/04/2022, 1:06 AMsquare-flower-1282
06/04/2022, 1:24 AMancient-shoe-86801
06/04/2022, 1:49 AMancient-shoe-86801
06/04/2022, 1:51 AMmysterious-toddler-20573
06/04/2022, 2:24 AMmysterious-toddler-20573
06/04/2022, 2:27 AMjolly-kite-167
06/04/2022, 3:15 PMgorgeous-ghost-95789
06/04/2022, 6:16 PMicy-butcher-23889
06/04/2022, 6:46 PMicy-butcher-23889
06/04/2022, 6:47 PMlimited-sunset-88973
06/05/2022, 8:21 AMlimited-sunset-88973
06/05/2022, 8:24 AMmysterious-toddler-20573
06/05/2022, 1:10 PMmysterious-toddler-20573
06/05/2022, 1:10 PMsquare-analyst-94375
06/05/2022, 1:32 PMlimited-sunset-88973
06/05/2022, 2:17 PMsquare-analyst-94375
06/05/2022, 2:29 PMHX-Redirect response header and htmx would read that and redirect to the new URL.
<select name="url" hx-get="/redirect" hx-swap="none">
<option value="https://google.com">Google</option>
<option value="/absolutePath">Other</option>
</select>