Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorYohn <john.skem9@gmail.com>2012-12-25 04:01:56 +0400
committerYohn <john.skem9@gmail.com>2012-12-25 04:01:56 +0400
commit2a5fde272cf9094a9b28afd1de2f5a473febc958 (patch)
treec4745d269b91705785520f2ce64a179b5a2f0ec8 /docs
parent9835549faf3c00a9f7ce1aa0303c020cc603a4a6 (diff)
Update docs/javascript.html
Diffstat (limited to 'docs')
-rw-r--r--docs/javascript.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/javascript.html b/docs/javascript.html
index 88197a5cc3..b3d4481d94 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -851,11 +851,10 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
</tr>
<tr>
<td>container</td>
- <td>string</td>
- <td>''</td>
+ <td>string | false</td>
+ <td>false</td>
<td>
- <p>Usefull if your tooltip is within a btn-group or modal</p>
- <p>Appends the tooltip to a specific element <code>container: '#Modal'</code></p>
+ <p>Appends the tooltip to a specific element <code>container: 'body'</code></p>
</td>
</tr>
</tbody>