]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update docs/javascript.html
authorYohn <john.skem9@gmail.com>
Sun, 23 Dec 2012 09:25:27 +0000 (04:25 -0500)
committerYohn <john.skem9@gmail.com>
Sun, 23 Dec 2012 09:25:27 +0000 (04:25 -0500)
docs/javascript.html

index 95cd6d5e64bf96d8b464aa5caafd2e3089566318..88197a5cc3ac0300207702502d379570505249b9 100644 (file)
@@ -849,6 +849,15 @@ $('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</td>
+               <td>''</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>
+               </td>
+             </tr>
             </tbody>
           </table>
           <div class="alert alert-info">