aboutsummaryrefslogtreecommitdiff
path: root/docs/javascript.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-01-14 00:33:16 -0800
committerMark Otto <[email protected]>2013-01-14 00:33:16 -0800
commit337741fc9aa89e691f15c45d59cd4b70e4b16527 (patch)
tree2719f8abd9da1bf5cbe3cbb98dafe7f270d10e64 /docs/javascript.html
parentf9ee99cf6febd0b59ee95aa1866a3c1eb5c61320 (diff)
parent5ae1df617fc7ac95dc6b530280d1e66355ecbc4d (diff)
downloadbootstrap-337741fc9aa89e691f15c45d59cd4b70e4b16527.tar.xz
bootstrap-337741fc9aa89e691f15c45d59cd4b70e4b16527.zip
Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wip
Diffstat (limited to 'docs/javascript.html')
-rw-r--r--docs/javascript.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/javascript.html b/docs/javascript.html
index 98a17ab1f..896a9e8bf 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -1023,6 +1023,14 @@ $('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 | false</td>
+ <td>false</td>
+ <td>
+ <p>Appends the popover to a specific element <code>container: 'body'</code></p>
+ </td>
+ </tr>
</tbody>
</table>
<div class="alert alert-info">