]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Make meaning of tooltip's `selector` option clearer (#27573)
authorSebastian Hädrich <shaedrich@users.noreply.github.com>
Thu, 1 Nov 2018 13:05:02 +0000 (14:05 +0100)
committerXhmikosR <xhmikosr@gmail.com>
Thu, 1 Nov 2018 13:05:02 +0000 (15:05 +0200)
site/docs/4.1/components/tooltips.md

index faca7fde76cf01c99755f1699b0d273cc6cc6183..71423653169be95536685c57b3477d1b7904af6e 100644 (file)
@@ -197,7 +197,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
       <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 enable dynamic HTML content to have popovers added. See <a href="https://github.com/twbs/bootstrap/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="https://github.com/twbs/bootstrap/issues/4215">this</a> and <a href="https://codepen.io/Johann-S/pen/djJYPb">an informative example</a>.</td>
     </tr>
     <tr>
       <td>template</td>