mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-02-26 01:14:50 +01:00
7 lines
232 B
HTML
7 lines
232 B
HTML
<script type="text/hyperscript">
|
|
behavior tooltip
|
|
on mouseenter call bootstrap.Tooltip.getOrCreateInstance(me).show() end
|
|
on mouseleave or click call bootstrap.Tooltip.getOrCreateInstance(me).dispose() end
|
|
end
|
|
</script>
|