Skip to content

Instantly share code, notes, and snippets.

@ghomem
Created December 13, 2023 23:40
Show Gist options
  • Save ghomem/4425bb611910534ba37c1bc97bcba922 to your computer and use it in GitHub Desktop.
Save ghomem/4425bb611910534ba37c1bc97bcba922 to your computer and use it in GitHub Desktop.
htmx div replacing form
<!-- this form includes the HTMX hx-post and hx-target elements -->
<form hx-post="/render" hx-target="#the-image" autocomplete="off">
<! ... div with code for the input fields here -->
<!-- Buttons -->
<div class="grid">
<input type="submit" value="Generate" />
<! ... code for the other buttons here -->
</div>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment