Commit 484d51ce authored by fat's avatar fat
Browse files

add doc comment for #9517

parent 2d875c8d
Showing with 1 addition and 1 deletion
+1 -1
...@@ -1104,7 +1104,7 @@ $('#myTooltip').on('hidden.bs.tooltip', function () { ...@@ -1104,7 +1104,7 @@ $('#myTooltip').on('hidden.bs.tooltip', function () {
<td>string | false</td> <td>string | false</td>
<td>false</td> <td>false</td>
<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> </td>
</tr> </tr>
</tbody> </tbody>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment