hx-patch

hx-patch 屬性會讓元素向指定的 URL 發出 PATCH 請求,並使用替換策略將 HTML 替換到 DOM 中

<button hx-patch="/account" hx-target="body">
  Patch Your Account
</button>

此範例會讓 button/account 發出 PATCH 請求,並將回傳的 HTML 替換到 bodyinnerHTML 中。

注意事項