事件 - htmx:abort
此事件与其他事件不同:htmx 不会触发它,而是监听它。
如果你向发出请求的元素发送htmx:abort事件,它将中止该请求:
<button id="request-button" hx-post="/example">Issue Request</button>
<button onclick="htmx.trigger('#request-button', 'htmx:abort')">Cancel Request</button>
此事件与其他事件不同:htmx 不会触发它,而是监听它。
如果你向发出请求的元素发送htmx:abort事件,它将中止该请求:
<button id="request-button" hx-post="/example">Issue Request</button>
<button onclick="htmx.trigger('#request-button', 'htmx:abort')">Cancel Request</button>