diff options
Diffstat (limited to 'docs/javascript.html')
| -rw-r--r-- | docs/javascript.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index 88197a5cc..b3d4481d9 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -851,11 +851,10 @@ $('a[data-toggle="tab"]').on('shown', function (e) { </tr> <tr> <td>container</td> - <td>string</td> - <td>''</td> + <td>string | false</td> + <td>false</td> <td> - <p>Usefull if your tooltip is within a btn-group or modal</p> - <p>Appends the tooltip to a specific element <code>container: '#Modal'</code></p> + <p>Appends the tooltip to a specific element <code>container: 'body'</code></p> </td> </tr> </tbody> |
