aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorYohn <[email protected]>2012-12-23 04:25:27 -0500
committerYohn <[email protected]>2012-12-23 04:25:27 -0500
commitf152dead9216fc870c58cd4b272edc21c6545edc (patch)
tree268123ec2d09cbd6a527eb3f6090941bbdd23f46 /docs
parent68ff08cc914c49461cba41debc71e24564852866 (diff)
downloadbootstrap-f152dead9216fc870c58cd4b272edc21c6545edc.tar.xz
bootstrap-f152dead9216fc870c58cd4b272edc21c6545edc.zip
Update docs/javascript.html
Diffstat (limited to 'docs')
-rw-r--r--docs/javascript.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/javascript.html b/docs/javascript.html
index 95cd6d5e6..88197a5cc 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -849,6 +849,15 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
<p>Object structure is: <code>delay: { show: 500, hide: 100 }</code></p>
</td>
</tr>
+ <tr>
+ <td>container</td>
+ <td>string</td>
+ <td>''</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>
+ </td>
+ </tr>
</tbody>
</table>
<div class="alert alert-info">