diff options
| author | Chris Rebert <[email protected]> | 2013-08-22 16:51:57 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-08-22 16:51:57 -0700 |
| commit | 99b35150ee12d7a693de5ce45eded2f62e9e8354 (patch) | |
| tree | 91bf1cb79e7a153a6e8d0b9b0f6f7e4ffccac456 | |
| parent | f7d6b488e6f5b2b82914c9afe1f04b4c4e5b8f11 (diff) | |
| download | bootstrap-99b35150ee12d7a693de5ce45eded2f62e9e8354.tar.xz bootstrap-99b35150ee12d7a693de5ce45eded2f62e9e8354.zip | |
update outdated JSFiddle example
| -rw-r--r-- | javascript.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript.html b/javascript.html index 62dbc07e6..e397efc40 100644 --- a/javascript.html +++ b/javascript.html @@ -1069,7 +1069,7 @@ $('#myTooltip').on('hidden.bs.tooltip', function () { <td>selector</td> <td>string</td> <td>false</td> - <td>if a selector is provided, tooltip objects will be delegated to the specified targets 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="http://jsfiddle.net/KPeKS/4/">an informative example</a>.</td> + <td>if a selector is provided, tooltip objects will be delegated to the specified targets 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="http://jsfiddle.net/fScua/">an informative example</a>.</td> </tr> <tr> <td>trigger</td> |
