<body id="thebody" hx-sse="connect /news_updates">
<h1>Receiving Messages:</h1>
<ol hx-trigger="sse:new_news" hx-get="/news" hx-swap="beforeend">
loading list ...
</ol>
</body>
<div _="on click add .clickedClass">...</div>
<div hx-trigger="removeMe" hx-delete="/my/url" _"on click add .fadeMe then wait 500ms then trigger removeMe">
Remove Me
</div>
<form>
<select ... hx-post="/foo" hx-target="#data-table">
...
<select ... hx-post="/foo" hx-target="#data-table">
</form>
From twitter:
Alright, happy to announce htmx 0.0.5:
https://htmx.org/posts/2020-6-19-htmx-0.0.5-is-released/
and the shiny, new and almost certainly completely broken hyperscript 0.0.1-alpha2: