| 1234567891011 |
- <section>
- <h1>Hello World!</h1>
- <button class="primary" hx-get="/get/?param=If you see this, it's working!" hx-trigger="click" hx-target="#replacebyget" hx-swap="innerHTML">Click Me!</button>
- <div id="replacebyget">
- <p>Response should appear here</p>
- </div>
- </section>
- <section>
- <h2>Content Rendered At:</h2>
- <div hx-get="/get/time.php" hx-trigger="load"></div>
- </section>
|