From 4b15ec9cad9296821b9f1771034c7c656cc11dc3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20H=C3=A4drich?= Date: Thu, 1 Nov 2018 14:05:02 +0100 Subject: [PATCH] Make meaning of tooltip's `selector` option clearer (#27573) --- site/docs/4.1/components/tooltips.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/4.1/components/tooltips.md b/site/docs/4.1/components/tooltips.md index faca7fde76..7142365316 100644 --- a/site/docs/4.1/components/tooltips.md +++ b/site/docs/4.1/components/tooltips.md @@ -197,7 +197,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap selector string | false false - If a selector is provided, tooltip objects will be delegated to the specified targets. In practice, this is used to enable dynamic HTML content to have popovers added. See this and an informative example. + If a selector is provided, tooltip objects will be delegated to the specified targets. In practice, this is used to also apply tooltips to dynamically added DOM elements (jQuery.on support). See this and an informative example. template -- 2.47.3