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 替換到 bodyinnerHTML 中。

注意事項