]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
added container options to docs for popover
authorYohn <john.skem9@gmail.com>
Sun, 13 Jan 2013 20:21:31 +0000 (15:21 -0500)
committerYohn <john.skem9@gmail.com>
Sun, 13 Jan 2013 20:21:31 +0000 (15:21 -0500)
docs/javascript.html

index 80500b18e5e0389bacc605b5658dacead3e879ba..a17ccd4ef7287f67ed5aaf4ec2156b35bc74eb58 100644 (file)
@@ -1023,6 +1023,14 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
               <p>Object structure is: <code>delay: { show: 500, hide: 100 }</code></p>
              </td>
            </tr>
+           <tr>
+             <td>container</td>
+             <td>string | false</td>
+             <td>false</td>
+             <td>
+              <p>Appends the tooltip to a specific element <code>container: 'body'</code></p>
+             </td>
+           </tr>
           </tbody>
         </table>
         <div class="alert alert-info">