Open this page in the API Guide
TooltipService.replaceTitleRecursive Method
Attaches tooltips to all elements of selection and their descendants
that have a title attribute set. Once attached, the title attribute is removed to avoid
conflicts with the browser's native tooltips.
Parameters
- selection
-
jQuery, HTMLElement, or selector string which specifies the items to attach tooltips to.
- config
-
Type: Object
An object containing the tooltip settings.
Optional: True
- now
-
Type: Boolean
True to process immediately, otherwise there will be a short delay in case there are repeated calls.
Optional: True