31 lines
608 B
HTML
31 lines
608 B
HTML
<style type="text/css">
|
|
.important_2ed176fc{width:100;}
|
|
</style>
|
|
<div style="width: 100;">
|
|
Important
|
|
</div>
|
|
<style type="text/css">
|
|
.unimportant_900aeb18{width:50;}
|
|
</style>
|
|
<div style="width: 100;" class="unimportant_900aeb18">
|
|
Unimportant
|
|
</div>
|
|
<div style="width: 100;" class="unimportant_900aeb18">
|
|
Else
|
|
</div>
|
|
<div data-script="on click
|
|
do something
|
|
end">
|
|
</div>
|
|
|
|
<h2>HTMX Wildcard attribute</h2>
|
|
|
|
<form
|
|
hx-post="/api/secret/unlock"
|
|
hx-target="#secret"
|
|
hx-target-*="#errors"
|
|
hx-indicator="#loading-indicator"
|
|
>
|
|
<input type="button" value="Unlock"/>
|
|
</form>
|