diff options
| author | Chris Rebert <[email protected]> | 2014-05-14 18:19:50 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-05-14 18:21:19 -0700 |
| commit | 6fdbd8e3cf90d1beaccc60396d30303287b4b1b8 (patch) | |
| tree | a2afe79213288ab4aa600177bbbc113d723669f0 /docs/_includes/js/tooltips.html | |
| parent | e839a4999559eeea4a74dfeebb16428a48b44728 (diff) | |
| download | bootstrap-6fdbd8e3cf90d1beaccc60396d30303287b4b1b8.tar.xz bootstrap-6fdbd8e3cf90d1beaccc60396d30303287b4b1b8.zip | |
add 'selector' option motivation to tooltip docs
Diffstat (limited to 'docs/_includes/js/tooltips.html')
| -rw-r--r-- | docs/_includes/js/tooltips.html | 2 |
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> |
