work in progress: communication with cl-scopes API

This commit is contained in:
Helmut Merz 2024-07-18 09:28:41 +02:00
parent d94763188d
commit 3fbe4d8d8b
2 changed files with 8 additions and 2 deletions

View file

@ -2,3 +2,9 @@
hx-select="[itemprop=articleBody] p"> hx-select="[itemprop=articleBody] p">
Hello World! Hello World!
</button> </button>
<form hx-post="api/test/data" hx-target="#output">
<input name="info">
<button>Post to API</button>
</form>
<div id="output" />

View file

@ -5,10 +5,10 @@ img:
pageid: demo pageid: demo
domains: [] domains: []
topics: [] topics: []
date: 2023-11-16 date: 2024-07-17
author: helmutm author: helmutm
draft: false draft: false
weight: 110 weight: 110
--- ---
This ist HTMX. This is HTMX.