Switched attribute order (doh!)

This commit is contained in:
Ben Croker 2020-11-24 20:51:06 +01:00 committed by GitHub
parent f5e081eb3b
commit a809743fd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,8 +23,8 @@ title: </> htmx - Attributes
| [`hx-boost`](/attributes/hx-boost) | progressively enhances anchors and forms to use AJAX requests | [`hx-boost`](/attributes/hx-boost) | progressively enhances anchors and forms to use AJAX requests
| [`hx-confirm`](/attributes/hx-confirm) | shows a confim() dialog before issuing a request | [`hx-confirm`](/attributes/hx-confirm) | shows a confim() dialog before issuing a request
| [`hx-delete`](/attributes/hx-delete) | issues a `DELETE` to the specified URL | [`hx-delete`](/attributes/hx-delete) | issues a `DELETE` to the specified URL
| [`hx-ext`](/attributes/hx-ext) | extensions to use for this element
| [`hx-encoding`](/attributes/hx-encoding) | changes the request encoding type | [`hx-encoding`](/attributes/hx-encoding) | changes the request encoding type
| [`hx-ext`](/attributes/hx-ext) | extensions to use for this element
| [`hx-get`](/attributes/hx-get) | issues a `GET` to the specified URL | [`hx-get`](/attributes/hx-get) | issues a `GET` to the specified URL
| [`hx-history-elt`](/attributes/hx-history-elt) | the element to snapshot and restore during history navigation | [`hx-history-elt`](/attributes/hx-history-elt) | the element to snapshot and restore during history navigation
| [`hx-include`](/attributes/hx-include) | includes additional data in AJAX requests | [`hx-include`](/attributes/hx-include) | includes additional data in AJAX requests