Skip to content

Commit e1eccb7

Browse files
authored
Revised AJAX section.
1 parent c666017 commit e1eccb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ Append / Prepend elements.
326326
327327
## 🔄 <a name="ajax"></a>AJAX (replace jQuery `ajax()`)
328328
* Lightest, vanilla javascript: [fetch()](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) or [XMLHttpRequest()](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest) (see examples below).
329-
* Or, alternatives, light: [fixi](https://github.com/bigskysoftware/fixi) or [htmx](https://htmx.org/) or [htmz](https://leanrada.com/htmz/) or [triptych](https://github.com/alexpetros/triptych). Heavy: [turbo](https://github.com/hotwired/turbo) or [unpoly](https://unpoly.com/)
329+
* Or, alternatives, light: [fixi](https://github.com/bigskysoftware/fixi) or [htmx](https://github.com/bigskysoftware/htmx) or [htmz](https://github.com/Kalabasa/htmz) or [triptych](https://github.com/alexpetros/triptych). Heavy: [turbo](https://github.com/hotwired/turbo) or [unpoly](https://github.com/unpoly/unpoly)
330330
* Example using `fetch()`
331331
```js
332332
me().on("click", async event => {

0 commit comments

Comments
 (0)