💭 htmx ~ The disable-element Extension ========================================== !https://v1.htmx.org/extensions/disable-element/ Date: September 2, 2023 htmx ~ The disable-element Extension htmx gives you access to AJAX, CSS Transitions, WebSockets and Server Sent Events directly in HTML, using attributes, so you can build modern user interfaces with the simplicity and power of hypert... v1.htmx.org [1] An extension to disable elements during flight of an htmx request, Looks super useful for things like a create or delete button where the server would end up with an error if you double delete or double create. This eliminates an error path that the user might see under normal use of the ui. !!! note This post is a thought [2]. It's a short note that I make about someone else's content online #thoughts [3] References: [1]: https://v1.htmx.org/extensions/disable-element/ [2]: /thoughts/ [3]: /tags/thoughts/