From ffa88deb85b406fc32b3abd4b66169405634bfbe Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 20 Nov 2020 11:36:35 +0200 Subject: [PATCH] docs: update selector CodePen example (#32202) Moving it to the CodePen org so that we can all edit it. --- site/content/docs/4.5/components/popovers.md | 2 +- site/content/docs/4.5/components/tooltips.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/docs/4.5/components/popovers.md b/site/content/docs/4.5/components/popovers.md index 90fcfb7ed7..e06a817695 100644 --- a/site/content/docs/4.5/components/popovers.md +++ b/site/content/docs/4.5/components/popovers.md @@ -227,7 +227,7 @@ Note that for security reasons the `sanitize`, `sanitizeFn` and `whiteList` opti selector string | false false - If a selector is provided, popover 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, popover 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. template diff --git a/site/content/docs/4.5/components/tooltips.md b/site/content/docs/4.5/components/tooltips.md index 38f1ca3d71..c297eea16f 100644 --- a/site/content/docs/4.5/components/tooltips.md +++ b/site/content/docs/4.5/components/tooltips.md @@ -201,7 +201,7 @@ Note that for security reasons the `sanitize`, `sanitizeFn` and `whiteList` opti selector string | false false - 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. + 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