diff options
| author | Jacob Thornton <[email protected]> | 2011-12-22 19:10:32 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-12-22 19:10:32 -0800 |
| commit | 87ac818253a26bcf09fa55f78ae3f55759c54e64 (patch) | |
| tree | bdd625edcf424aa977fb7d03f4cfdfcc9ef723f3 /docs/javascript.html | |
| parent | efacac0d6c812abffa8a84a48fa760f5f56c92f0 (diff) | |
| download | bootstrap-87ac818253a26bcf09fa55f78ae3f55759c54e64.tar.xz bootstrap-87ac818253a26bcf09fa55f78ae3f55759c54e64.zip | |
change above below to top bottom and add "inside" placement option
Diffstat (limited to 'docs/javascript.html')
| -rw-r--r-- | docs/javascript.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index aed64d30a..c9bb425a4 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -544,8 +544,8 @@ $('a[data-toggle="tab"]').on('shown', function (e) { <tr> <td>placement</td> <td>string</td> - <td>'above'</td> - <td>how to position the tooltip - above | below | left | right</td> + <td>'top'</td> + <td>how to position the tooltip - top | bottom | left | right</td> </tr> <tr> <td>selector</td> |
