diff options
| author | Jacob Thornton <[email protected]> | 2013-07-23 23:50:23 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2013-07-23 23:50:23 -0700 |
| commit | 217eb988b8b328369e197e616b3a7adf7b38292c (patch) | |
| tree | 7ef55b4dbe88724615543e70da2264be072fdabc /javascript.html | |
| parent | 3cfa1c8a30beb081167105b7ea006e9089e566f5 (diff) | |
| download | bootstrap-217eb988b8b328369e197e616b3a7adf7b38292c.tar.xz bootstrap-217eb988b8b328369e197e616b3a7adf7b38292c.zip | |
add placement auto for tooltips + tests… kinda sad about this doe
Diffstat (limited to 'javascript.html')
| -rw-r--r-- | javascript.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/javascript.html b/javascript.html index d39d9c321..72b37d4fb 100644 --- a/javascript.html +++ b/javascript.html @@ -797,7 +797,7 @@ $('#example').tooltip(options) <td>placement</td> <td>string | function</td> <td>'top'</td> - <td>how to position the tooltip - top | bottom | left | right</td> + <td>how to position the tooltip - top | bottom | left | right | auto. <br> When "auto" is specified, it will dynamically reorient the tooltip. For example, if placment is "auto left", the tooltip will display to the left when possible, otherwise it will display right.</td> </tr> <tr> <td>selector</td> @@ -979,7 +979,7 @@ $('#example').tooltip(options) <td>placement</td> <td>string | function</td> <td>'right'</td> - <td>how to position the popover - top | bottom | left | right</td> + <td>how to position the popover - top | bottom | left | right | auto.<br> When "auto" is specified, it will dynamically reorient the popover. For example, if placment is "auto left", the tooltip will display to the left when possible, otherwise it will display right.</td> </tr> <tr> <td>selector</td> |
