Last active
December 13, 2023 23:36
-
-
Save ghomem/fd93a24a979c0b1a34f8278e29b01869 to your computer and use it in GitHub Desktop.
htmx - replaceable div
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="the-image" hx-swap-oob="true"> | |
<figure> | |
<img src="/static/img/initial-image.jpg" alt="Default image" style="border:1px solid {{img_border_color}}; margin-top: {{img_top_margin}}px"/> | |
</figure> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment