Revision #52 was created by rackycz on Apr 5, 2026, 9:57:19 AM.
UI
Content
[...]
And then a simple HTML
```
<h2>HTMX test</h2>
<div id="htmx">
<p>This is the text to be replaced by "Pjax" in Yii3 (htmx)original text</p>
</div>
<button data-hx-get="/htmx"
data-hx-trigger="click"
data-hx-target="#htmx"
data-hx-select="#id2"
data-hx-swap="innerHTML">
Click me (and watch the traffic in devtools)
</button>
```