From 726a64f853e17c8f36383ab33a6119cbd666a124 Mon Sep 17 00:00:00 2001 From: Carson Gross Date: Wed, 25 Dec 2024 12:46:42 -0700 Subject: [PATCH] update QUIRKS.md --- www/content/QUIRKS.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/www/content/QUIRKS.md b/www/content/QUIRKS.md index 7057a106..00bd7aa4 100644 --- a/www/content/QUIRKS.md +++ b/www/content/QUIRKS.md @@ -164,5 +164,7 @@ htmx is a hypermedia-oriented front end library. This means that htmx enhances JavaScript API. There _is_ a [JavaScript API](@/reference.md#api), but it is not a focus of the library and, in most cases, -should not be used heavily by htmx end users. If you find yourself using it heavily, especially the `htmx.ajax()` method, -it may be worth asking yourself if there is a more htmx-ish way to achieve what you are doing. +should not be used heavily by htmx end users. + +If you find yourself using it heavily, especially the [`htmx.ajax()`](@/api.md#ajax) method, it may be +worth asking yourself if there is a more htmx-ish approach to achieve what you are doing.