aboutsummaryrefslogtreecommitdiff
path: root/docs/templates/pages/javascript.mustache
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-01-28 12:08:41 -0800
committerJacob Thornton <[email protected]>2012-01-28 12:08:41 -0800
commit12d3c2fe74bbe2570e47a2c8d7154a3011bd0770 (patch)
tree8805a449345adbee6ac434a45bc8b4c2882c959b /docs/templates/pages/javascript.mustache
parentc2c02d104c5e5a96330cf00a727d62687d863e02 (diff)
downloadbootstrap-12d3c2fe74bbe2570e47a2c8d7154a3011bd0770.tar.xz
bootstrap-12d3c2fe74bbe2570e47a2c8d7154a3011bd0770.zip
fix z-index issue with modals for popovers,tooltips,and dropdowns
Diffstat (limited to 'docs/templates/pages/javascript.mustache')
-rw-r--r--docs/templates/pages/javascript.mustache16
1 files changed, 2 insertions, 14 deletions
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache
index 01b14b676..46420660a 100644
--- a/docs/templates/pages/javascript.mustache
+++ b/docs/templates/pages/javascript.mustache
@@ -683,12 +683,6 @@ $('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}}z-index{{/i}}</td>
- <td>{{_i}}number{{/i}}</td>
- <td>1020</td>
- <td>The tooltips z-index value</td>
- </tr>
</tbody>
</table>
<div class="alert alert-info">
@@ -795,12 +789,6 @@ $('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}}z-index{{/i}}</td>
- <td>{{_i}}number{{/i}}</td>
- <td>1010</td>
- <td>The popovers z-index value</td>
- </tr>
</tbody>
</table>
<div class="alert alert-info">
@@ -1021,7 +1009,7 @@ $('#my-alert').bind('closed', function () {
<div class="span9 columns">
<h2>{{_i}}Example accordion{{/i}}</h2>
<p>{{_i}}Using the collapse plugin, we built a simple accordion style widget:{{/i}}</p>
-
+
<div class="accordion" id="accordion2">
<div class="accordion-group">
<div class="accordion-heading">
@@ -1061,7 +1049,7 @@ $('#my-alert').bind('closed', function () {
</div>
</div>
-
+
<hr>
<h2>{{_i}}Using bootstrap-collapse.js{{/i}}</h2>
<p>Enable via javascript:</p>