-
-
Save dcomartin/76d7f1e95ce1a1ff64ed68fd38bfd65e to your computer and use it in GitHub Desktop.
This file contains 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 hx-target="this" hx-swap="outerHTML"> | |
<div><label>First Name</label>: Joe</div> | |
<div><label>Last Name</label>: Blow</div> | |
<div><label>Email</label>: joe@blow.com</div> | |
<button hx-get="/contact/1/edit" class="btn primary"> | |
Click To Edit | |
</button> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment