on

fun on(event: String): String(source)

"hx-on:*" handle events with inline scripts on elements.

<div hx-on:click="alert('Clicked!')">Click</div>

htmx.org/attributes/hx-on/