Skip to content

Instantly share code, notes, and snippets.

@1cg
Created April 3, 2021 11:52
Show Gist options
  • Save 1cg/f9e04c3ef44bbe958181ddf706265a98 to your computer and use it in GitHub Desktop.
Save 1cg/f9e04c3ef44bbe958181ddf706265a98 to your computer and use it in GitHub Desktop.
<div ...
_="on htmx:configRequest(parameters)
set parameters['description'] to my innerHTML
on click
if my innerHTML is 'Click to edit description'
put '' into me
on blur
if my innerHTML is ''
put 'Click to edit description' into me"
...>
...
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment