work in progress: communication with cl-scopes API
This commit is contained in:
parent
d94763188d
commit
3fbe4d8d8b
2 changed files with 8 additions and 2 deletions
|
@ -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" />
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue