diff options
| author | Yohn <[email protected]> | 2013-01-13 15:21:31 -0500 |
|---|---|---|
| committer | Yohn <[email protected]> | 2013-01-13 15:21:31 -0500 |
| commit | fdd1daeae113fde24391ca4c58d46c29b3871fd9 (patch) | |
| tree | a9c1ab88b7e54404268544e537b45614fe4a1cad /docs/javascript.html | |
| parent | 4b34f4947aedc0e8539eee779e3921f44e0bca8b (diff) | |
| download | bootstrap-fdd1daeae113fde24391ca4c58d46c29b3871fd9.tar.xz bootstrap-fdd1daeae113fde24391ca4c58d46c29b3871fd9.zip | |
added container options to docs for popover
Diffstat (limited to 'docs/javascript.html')
| -rw-r--r-- | docs/javascript.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index 80500b18e..a17ccd4ef 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 tooltip to a specific element <code>container: 'body'</code></p> + </td> + </tr> </tbody> </table> <div class="alert alert-info"> |
