htmx equiv
This commit is contained in:
1
htmx/htmx.min.js
vendored
Normal file
1
htmx/htmx.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
12
htmx/index.html
Normal file
12
htmx/index.html
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>htmx test</title>
|
||||||
|
<script src="htmx.min.js"></script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<button hx-get="/foreign/html/card.html" hx-swap="beforeend" hx-target="#target">Load Card</button>
|
||||||
|
<div id="target" hx-trigger="load" hx-get="/foreign/html/card.html">
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user