JavaScript/jQuery Tooltip - hideEvent
Specifies properties of popover hiding. Ignored if the shading property is set to true.
The target property specifies a target element for the Tooltip hideEvent.
If you assign only a string that specifies event names on which the UI component is hidden, the UI component will not apply any delay.
JavaScript
- hideEvent: "mouseleave"
Feedback