From 1b44728f49794d87b843bd22a4a22268eff12e9e Mon Sep 17 00:00:00 2001 From: carson Date: Mon, 6 Sep 2021 08:47:54 -0600 Subject: [PATCH] add example of `js:` prefix for `hx-vals` fixes https://github.com/bigskysoftware/htmx/issues/570 --- www/attributes/hx-vals.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/attributes/hx-vals.md b/www/attributes/hx-vals.md index b999a933..cce8fc6f 100644 --- a/www/attributes/hx-vals.md +++ b/www/attributes/hx-vals.md @@ -14,6 +14,8 @@ If you wish for `hx-vals` to *evaluate* the values given, you can prefix the val ```html
Get Some HTML, Including A Value in the Request
+ +
Get Some HTML, Including a Dynamic Value from Javascript in the Request
``` ### Security Considerations