]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Make meaning of tooltip's 'selector' option more clear in Bootstrap 3 28433/head
authorSebastian Hädrich <shaedrich@users.noreply.github.com>
Thu, 3 Jan 2019 12:00:08 +0000 (13:00 +0100)
committerXhmikosR <xhmikosr@gmail.com>
Sun, 6 Jan 2019 16:02:27 +0000 (18:02 +0200)
Based on #4215
Backport changes made to docs v4 to v3 (#27573)

docs/_includes/js/tooltips.html

index e72b86b09497dd2f612a5fdfa0d6be46e8fc4ea5..09545369f79cc4249ca95d34aab576245daf27d0 100644 (file)
@@ -169,7 +169,7 @@ $('#example').tooltip(options)
           <td>selector</td>
           <td>string</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 tooltips added. See <a href="https://github.com/twbs/bootstrap/issues/4215">this</a> and <a href="http://jsbin.com/zopod/1/edit">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="http://jsbin.com/zopod/1/edit">an informative example</a>.</td>
         </tr>
         <tr>
           <td>template</td>