aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorYohn <[email protected]>2012-12-23 04:23:18 -0500
committerYohn <[email protected]>2012-12-23 04:23:18 -0500
commit68ff08cc914c49461cba41debc71e24564852866 (patch)
treea639388c98176357fffdf42bc0bf9c2a5291b78c /docs
parentb6960d8cf9b3626b260bb41cb4454abc738ff46a (diff)
downloadbootstrap-68ff08cc914c49461cba41debc71e24564852866.tar.xz
bootstrap-68ff08cc914c49461cba41debc71e24564852866.zip
Update docs/templates/pages/javascript.mustache
Diffstat (limited to 'docs')
-rw-r--r--docs/templates/pages/javascript.mustache9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache
index 809e34ce9..52a7f9fd9 100644
--- a/docs/templates/pages/javascript.mustache
+++ b/docs/templates/pages/javascript.mustache
@@ -779,6 +779,15 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
<p>{{_i}}Object structure is: <code>delay: { show: 500, hide: 100 }</code>{{/i}}</p>
</td>
</tr>
+ <tr>
+ <td>{{_i}}container{{/i}}</td>
+ <td>{{_i}}string{{/i}}</td>
+ <td>''</td>
+ <td>
+ <p>{{_i}}Usefull if your tooltip is within a btn-group or modal{{/i}}</p>
+ <p>{{_i}}Appends the tooltip to a specific element <code>container: '#Modal'</code>{{/i}}</p>
+ </td>
+ </tr>
</tbody>
</table>
<div class="alert alert-info">