%% generate tags start %%
#software-engineering
%% generate tags end %%
#software-engineering/htmx
> [!info] see more
> [bigskysoftware/_hyperscript: a small scripting language for the web (github.com)](https://github.com/bigskysoftware/_hyperscript)
> one script tag away from all the interactivity
```html
<script src="https://unpkg.com/
[email protected]"></script>
<button _="on click toggle .clicked">
Toggle the "clicked" class on me
</button>
<div hs="on mouseOver toggle mouse-over on #foo">
</div>
<div data-hs="on click call aJavascriptFunction() then
wait 10s then
call anotherJavascriptFunction()">
Do some stuff
</div>
```