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/templates/pages/javascript.mustache | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'docs/templates/pages/javascript.mustache') 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) {

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

- - {{_i}}z-index{{/i}} - {{_i}}number{{/i}} - 1020 - The tooltips z-index value -
@@ -795,12 +789,6 @@ $('a[data-toggle="tab"]').on('shown', function (e) {

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

- - {{_i}}z-index{{/i}} - {{_i}}number{{/i}} - 1010 - The popovers z-index value -
@@ -1021,7 +1009,7 @@ $('#my-alert').bind('closed', function () {

{{_i}}Example accordion{{/i}}

{{_i}}Using the collapse plugin, we built a simple accordion style widget:{{/i}}

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

{{_i}}Using bootstrap-collapse.js{{/i}}

Enable via javascript:

-- cgit v1.2.3