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
If you don't want to re-init the tooltip position everytime the tooltip trigger events are fired, you can set tooltip lazy mode (true || false)
@@ -147,9 +147,9 @@ I will init my position on mouseover only the first time event is fired
147
147
####Tooltip triggers
148
148
You can set your tooltip to show/hide on specific event/events, you can use the `tooltip-show-trigger=""` and the `tooltip-hide-trigger=""` attribute for this scope
149
149
```html
150
-
<ahref="#"tooltipstitle="tip"tooltip-show-trigger="click"tooltip-side="top">Show tooltip only on click</a>
151
-
<ahref="#"tooltipstitle="tip"tooltip-hide-trigger="click"tooltip-side="bottom">Hide tooltip only on click</a>
152
-
<ahref="#"tooltipstitle="tip"tooltip-show-trigger="mouseover click"tooltip-hide-trigger="click"tooltip-side="left">Show tooltip on click and mouseover and hide tooltip only on click</a>
150
+
<ahref="#"tooltipstooltip-title="tip"tooltip-show-trigger="click"tooltip-side="top">Show tooltip only on click</a>
151
+
<ahref="#"tooltipstooltip-title="tip"tooltip-hide-trigger="click"tooltip-side="bottom">Hide tooltip only on click</a>
152
+
<ahref="#"tooltipstooltip-title="tip"tooltip-show-trigger="mouseover click"tooltip-hide-trigger="click"tooltip-side="left">Show tooltip on click and mouseover and hide tooltip only on click</a>
0 commit comments