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