We're sunsetting PodQuest on 2025-07-28. Thank you for your support!
Export Podcast Subscriptions

hx-pod

Join me while I learn HTMX and talk at you about it Twitter: @htmxlabs

Episodes

Total: 112

The basics: hx-confirm

2024/1/24

What, you're too good for a regular javascript confirmation?Finehttps://htmx.org/examples/confirm/

Who gatekeeps the Gatekeepers? the coast guard?Thank you to rick @maverism for tweeting out the podc

What on earth are PUT PATCH and DELETE and why would I use them instead of POST?Well, which do you l

How to load a bunch of links to the after the page loads and place them anywhere you want with hx-sw

The basics: hx-swap-oob

2024/1/22

This is a new idea: let your response decide its own target(s)! <div id="my-update-div" hx-swap-o

The basics: hx-include

2024/1/18

Uh oh. Your inputs are outside a <form> tag, what's to be done?

The basics: hx-post

2024/1/17

Want to use POST requests in ajax, and submit forms from anywhere on the page?As promised in the epi

The basics: hx-swap

2024/1/14

You got your data back and your target, now where does it fit?

Is this really learning? It might be.

The basics: hx-trigger

2024/1/13

What would "tailwind but for javascript" feel like?

What if your browser could skip the json-processing step of an api?

Consider this: you have to add a fancy feature to a legacy app. Who you gonna call?