
Audio is streamed directly from the publisher (media.transistor.fm) as published in their RSS feed. Play Podcasts does not host this file. Rights-holders can request removal through the copyright & takedown page.
Show Notes
Mentioned, how to submit and reset a form on success using htmx:
<form hx-post="/admin/candidates"hx-target="#candidates_add_form"
hx-swap="beforebegin"
hx-on::after-request=" if(event.detail.successful) this.reset()"
>
This assumes the last row is the add form, and places the newly added item directly above it.
Topics
htmx javascript programming laravel livewire minimalism coding html simplicity