JavaScript/jQuery Tooltip - hideEvent
Specifies properties of popover hiding.
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"
delay
The delay in milliseconds after which the UI component is hidden.
Type:
Default Value: undefined
Feedback