select
"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>Content copied to clipboard
"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>