hx-patch
hx-patch 屬性會讓元素向指定的 URL 發出 PATCH 請求,並使用替換策略將 HTML 替換到 DOM 中
PATCH
<button hx-patch="/account" hx-target="body"> Patch Your Account </button>
此範例會讓 button 向 /account 發出 PATCH 請求,並將回傳的 HTML 替換到 body 的 innerHTML 中。
button
/account
body
innerHTML