---
title: Multiple Targets
page_title: Multiple Targets - Tooltip - Kendo UI for Vue
description: "Add a single tooltip to multiple target elements when working with the Kendo UI Tooltip wrapper in Vue projects."
slug: multipletargets_tooltip_wrapper
canonicalLink: "https://www.telerik.com/kendo-vue-ui/components/tooltip/"
position: 3
---

<div><WrapperBanner link="/kendo-vue-ui/components/tooltip/"></WrapperBanner></div>    

# Multiple Targets

The Tooltip enables you to display it for multiple targets.

By default, the Tooltip extracts its content from the `title` attribute of the target element.

The following example demonstrates how to create a Tooltip for multiple targets.

{% meta height:100 %}
{% embed_file tooltip/multiple/main.vue preview %}
{% embed_file tooltip/multiple/main.js %}
{% endmeta %}


## Suggested Links

* [Kendo UI Tooltip for jQuery](https://docs.telerik.com/kendo-ui/controls/layout/tooltip/overview)
* [API Reference of the Tooltip Widget](https://docs.telerik.com/kendo-ui/api/javascript/ui/tooltip)
