aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-05-14 18:19:50 -0700
committerChris Rebert <[email protected]>2014-05-14 18:21:19 -0700
commit6fdbd8e3cf90d1beaccc60396d30303287b4b1b8 (patch)
treea2afe79213288ab4aa600177bbbc113d723669f0 /docs
parente839a4999559eeea4a74dfeebb16428a48b44728 (diff)
downloadbootstrap-6fdbd8e3cf90d1beaccc60396d30303287b4b1b8.tar.xz
bootstrap-6fdbd8e3cf90d1beaccc60396d30303287b4b1b8.zip
add 'selector' option motivation to tooltip docs
Diffstat (limited to 'docs')
-rw-r--r--docs/_includes/js/tooltips.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/js/tooltips.html b/docs/_includes/js/tooltips.html
index 4d91da640..72096b368 100644
--- a/docs/_includes/js/tooltips.html
+++ b/docs/_includes/js/tooltips.html
@@ -124,7 +124,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.</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://jsfiddle.net/fScua/">an informative example</a>.</td>
</tr>
<tr>
<td>template</td>