]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update docs/javascript.html
authorYohn <john.skem9@gmail.com>
Tue, 25 Dec 2012 00:01:56 +0000 (19:01 -0500)
committerYohn <john.skem9@gmail.com>
Tue, 25 Dec 2012 00:01:56 +0000 (19:01 -0500)
docs/javascript.html

index 88197a5cc3ac0300207702502d379570505249b9..b3d4481d94f3d6cd992c48065db0ba08f920fab2 100644 (file)
@@ -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>