9 lines
207 B
HTML
9 lines
207 B
HTML
<button hx-get="/app/demo/"
|
|
hx-select="[itemprop=articleBody] p">
|
|
Hello World!
|
|
</button>
|
|
|
|
<form hx-post="/hx/test/data" hx-target="#cs-debug">
|
|
<input name="info">
|
|
<button>Post to API</button>
|
|
</form>
|