diff options
| author | Chris Rebert <[email protected]> | 2014-07-24 15:15:05 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-07-24 15:16:08 -0700 |
| commit | 2c4641855dd0505608566489392ed35aaa6cf2e3 (patch) | |
| tree | 0d3e438bdd4d35e1477b6e1bcb7f8ac4b4438927 /docs/_includes/js/tooltips.html | |
| parent | 5ea6b576161d1f931e3995548fe8e3f2153070ee (diff) | |
| download | bootstrap-2c4641855dd0505608566489392ed35aaa6cf2e3.tar.xz bootstrap-2c4641855dd0505608566489392ed35aaa6cf2e3.zip | |
fix #14115
[skip sauce]
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 fac4f6519..33743c4c2 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. 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> + <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> </tr> <tr> <td>template</td> |
