mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-29 22:11:22 +00:00

Update the website tests with the latest tests on master, deleting the mirrored go code in the process.
15 lines
421 B
HTML
15 lines
421 B
HTML
<main>
|
|
<h1>Event Target Test</h1>
|
|
|
|
<div role="tablist" hx-target="#page" hx-push-url="false">
|
|
<a role="tab" href="/sse-target.html" aria-selected="true">Legacy Style</a>
|
|
<a role="tab" href="/sse-target-ext.html">New Style</a>
|
|
</div>
|
|
|
|
<h3>Description</h3>
|
|
<p>
|
|
The original implementation of <b>hx-sse</b> does not use for <b>hx-target</b> attributes.
|
|
Therefore, this test is not implemented on this page.
|
|
</p>
|
|
</main>
|