]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
docs: update selector CodePen example (#32202)
authorXhmikosR <xhmikosr@gmail.com>
Fri, 20 Nov 2020 09:36:35 +0000 (11:36 +0200)
committerGitHub <noreply@github.com>
Fri, 20 Nov 2020 09:36:35 +0000 (11:36 +0200)
Moving it to the CodePen org so that we can all edit it.

site/content/docs/4.5/components/popovers.md
site/content/docs/4.5/components/tooltips.md

index 90fcfb7ed7758855e9986c8d8336a580b55da07f..e06a8176957ddbafe26e5566022aee3af4195132 100644 (file)
@@ -227,7 +227,7 @@ Note that for security reasons the `sanitize`, `sanitizeFn` and `whiteList` opti
       <td>selector</td>
       <td>string | false</td>
       <td>false</td>
-      <td>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 <a href="{{< param repo >}}/issues/4215">this</a> and <a href="https://codepen.io/Johann-S/pen/djJYPb">an informative example</a>.</td>
+      <td>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 <a href="{{< param repo >}}/issues/4215">this</a> and <a href="https://codepen.io/team/bootstrap/pen/qBNGbYK">an informative example</a>.</td>
     </tr>
     <tr>
       <td>template</td>
index 38f1ca3d717323fc2af86823979330e80f084ac9..c297eea16f8a97e6c5b386a3506e16585a1e3d06 100644 (file)
@@ -201,7 +201,7 @@ Note that for security reasons the `sanitize`, `sanitizeFn` and `whiteList` opti
       <td>selector</td>
       <td>string | false</td>
       <td>false</td>
-      <td>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 (<code>jQuery.on</code> support). See <a href="{{< param repo >}}/issues/4215">this</a> and <a href="https://codepen.io/Johann-S/pen/djJYPb">an informative example</a>.</td>
+      <td>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 (<code>jQuery.on</code> support). See <a href="{{< param repo >}}/issues/4215">this</a> and <a href="https://codepen.io/team/bootstrap/pen/qBNGbYK">an informative example</a>.</td>
     </tr>
     <tr>
       <td>template</td>