You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<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>
I tried hs and data-hs attributes, but are not working for me.
From the
README.md
:I tried
hs
anddata-hs
attributes, but are not working for me.In contrary, copied from the docs.
script
anddata-script
are working fine.The text was updated successfully, but these errors were encountered: