select

const val select: String(source)

"hx-select" select content to swap in from a response.

<div>
<button hx-get="/info" hx-select="#info-details" hx-swap="outerHTML">
Get Info!
</button>
</div>

htmx.org/attributes/hx-select/