hx-post
hx-post
屬性會使元素向指定的 URL 發出 POST
請求,並使用替換策略將 HTML 替換到 DOM 中
<button hx-post="/account/enable" hx-target="body">
Enable Your Account
</button>
此範例將使 button
向 /account/enable
發出 POST
請求,並將返回的 HTML 替換到 body
的 innerHTML
中。
hx-post
不會被繼承