htmx/test/manual/head-support/reeval-script.html
2022-10-28 10:17:27 -06:00

6 lines
124 B
HTML

<head>
<script hx-head="re-eval">
alert("basic script")
</script>
</head>
Basic Inline Script (Should Alert)