mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-30 14:31:47 +00:00

* do not use template parsing for full body response content * clear polling when reprocessing an element to avoid stacking up poll requests latter fixes https://github.com/bigskysoftware/htmx/issues/1350
12 lines
381 B
HTML
12 lines
381 B
HTML
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<script type="application/javascript" src="../../../src/htmx.js"></script>
|
|
<title>History - Regression 2 Page 1</title>
|
|
<meta name="htmx-config" content='{"useTemplateFragments": "true"}'>
|
|
</head>
|
|
<body style="padding:20px;font-family: sans-serif" hx-boost="true">
|
|
<a href="page2.html">To Page 2</a>
|
|
</body>
|
|
</html>
|