From 12d3c2fe74bbe2570e47a2c8d7154a3011bd0770 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Sat, 28 Jan 2012 12:08:41 -0800 Subject: fix z-index issue with modals for popovers,tooltips,and dropdowns --- docs/javascript.html | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'docs/javascript.html') diff --git a/docs/javascript.html b/docs/javascript.html index 2d31f0aa4..f1ce98658 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -748,12 +748,6 @@ $('a[data-toggle="tab"]').on('shown', function (e) {

Object structure is: delay: { show: 500, hide: 100 }

- - z-index - number - 1020 - The tooltips z-index value -
@@ -860,12 +854,6 @@ $('a[data-toggle="tab"]').on('shown', function (e) {

Object structure is: delay: { show: 500, hide: 100 }

- - z-index - number - 1010 - The popovers z-index value -
@@ -1086,7 +1074,7 @@ $('#my-alert').bind('closed', function () {

Example accordion

Using the collapse plugin, we built a simple accordion style widget:

- +
@@ -1126,7 +1114,7 @@ $('#my-alert').bind('closed', function () {
- +

Using bootstrap-collapse.js

Enable via javascript:

-- cgit v1.2.3