diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 896557f277..29fdcf3f0c 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -270,6 +270,9 @@ section > .row { /* Topbar in js docs ------------------------- */ +#bootstrap-js .topbar-wrapper { + z-index: 1; +} #bootstrap-js .topbar-wrapper .topbar { position: absolute; margin: 0 -20px; diff --git a/docs/javascript.html b/docs/javascript.html index 089edda5dc..3933e83978 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -85,7 +85,7 @@ Download
-

Using bootstrap-modal

+

Using bootstrap-modal

$('#modal-content').modal(options)

Options

-

Using boostrap-dropdown.js

+

Using boostrap-dropdown.js

$('#topbar').dropdown()

Method

$().dropdown

@@ -241,7 +241,7 @@ $('#modal-content') Download
-

Using boostrap-tabs.js

+

Using boostrap-tabs.js

$('.tabs').tabs()

Method

$().tabs or $().pills

@@ -308,7 +308,7 @@ Sunt qui biodiesel mollit officia, fanny pack put a bird on it thundercats seita Download
-

Using bootstrap-twipsy.js

+

Using bootstrap-twipsy.js

$('#example').twipsy(options)

Options

-

Using boostrap-popover.js

+

Using boostrap-popover.js

$('#example').popover(options)

Options

-

Using bootstrap-alert

+

Using bootstrap-alerts.js

$(".alert-message").alert()

Methods

$().alert