下划线是无声的
简介
_hyperscript
是一种小型、开放的脚本语言,灵感来自hypertalk
它是https://htmx.org的配套项目
快速开始
<script src="https://unpkg.com/hyperscript.org@0.9.12"></script>
<button _="on click toggle .clicked">
在我身上切换"clicked"类
</button>
<div hs="on mouseOver toggle mouse-over on #foo">
</div>
<div data-hs="on click call aJavascriptFunction() then
wait 10s then
call anotherJavascriptFunction()">
执行一些操作
</div>