diff options
| author | XhmikosR <[email protected]> | 2020-11-20 11:36:35 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-11-20 11:36:35 +0200 |
| commit | ffa88deb85b406fc32b3abd4b66169405634bfbe (patch) | |
| tree | 2a925a9443fadda3f2010e280156a3bdc5b413a7 | |
| parent | 6bc18dc113ca078962708d83c9d0e655cc35a7ae (diff) | |
| download | bootstrap-ffa88deb85b406fc32b3abd4b66169405634bfbe.tar.xz bootstrap-ffa88deb85b406fc32b3abd4b66169405634bfbe.zip | |
docs: update selector CodePen example (#32202)
Moving it to the CodePen org so that we can all edit it.
| -rw-r--r-- | site/content/docs/4.5/components/popovers.md | 2 | ||||
| -rw-r--r-- | 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 90fcfb7ed..e06a81769 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 <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> diff --git a/site/content/docs/4.5/components/tooltips.md b/site/content/docs/4.5/components/tooltips.md index 38f1ca3d7..c297eea16 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 <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> |
