Anchor Elements
You can target specific anchor elements which will render a tooltip.
To determine which anchor elements will display a tooltip, use the filter
callback function. filter
accesses the target elements and enables you to filter the anchors based on various criteria such as titles, classes, id, and so on.
The following example demonstrates how to show a tooltip based on the element type.