diff options
| author | Mark Otto <[email protected]> | 2013-08-17 14:49:58 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-17 14:49:58 -0700 |
| commit | fdb7121f416048b2c06a90c4e00ab434e28e907e (patch) | |
| tree | e49b9ec3ee8e1cee21758a82724f51b1384b1542 /javascript.html | |
| parent | 3bcadfc2c560c5ecdb7fc943c34a721a49cb7309 (diff) | |
| parent | 484d51ce4897e81c018786b4ecc1825d4c67ee3c (diff) | |
| download | bootstrap-fdb7121f416048b2c06a90c4e00ab434e28e907e.tar.xz bootstrap-fdb7121f416048b2c06a90c4e00ab434e28e907e.zip | |
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Diffstat (limited to 'javascript.html')
| -rw-r--r-- | javascript.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript.html b/javascript.html index 837d07d3a..ddef28e9e 100644 --- a/javascript.html +++ b/javascript.html @@ -1104,7 +1104,7 @@ $('#myTooltip').on('hidden.bs.tooltip', function () { <td>string | false</td> <td>false</td> <td> - <p>Appends the popover to a specific element. Example: <code>container: 'body'</code></p> + <p>Appends the popover to a specific element. Example: <code>container: 'body'</code>. This option is particularly useful inthat it allows you to position the popover in the flow of the document near the triggering element - which will prevent the popover from floating away from the triggering element during a window resize.</p> </td> </tr> </tbody> |
