mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-03-18 15:34:01 +01:00
7 lines
230 B
HTML
7 lines
230 B
HTML
<script type="text/hyperscript">
|
|
behavior toast
|
|
on mouseenter call bootstrap.Tooltip.getOrCreateInstance(me).show() end
|
|
on mouseleave or click call bootstrap.Tooltip.getOrCreateInstance(me).dispose() end
|
|
end
|
|
</script>
|