diff options
Diffstat (limited to 'www/content/attributes/hx-get.md')
-rw-r--r-- | www/content/attributes/hx-get.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/content/attributes/hx-get.md b/www/content/attributes/hx-get.md index 27d5fc65..58014fe3 100644 --- a/www/content/attributes/hx-get.md +++ b/www/content/attributes/hx-get.md @@ -1,5 +1,8 @@ +++ title = "hx-get" +description = """\ + The hx-get attribute in htmx will cause an element to issue a GET request to the specified URL and swap the returned \ + HTML into the DOM using a swap strategy.""" +++ The `hx-get` attribute will cause an element to issue a `GET` to the specified URL and swap |