From: XhmikosR Date: Tue, 7 Sep 2021 15:43:13 +0000 (+0300) Subject: Add v5.1.1 docs (#34870) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfb3a02ca8b4393ec4dc4b5368da0150bd681d1e;p=thirdparty%2Fbootstrap.git Add v5.1.1 docs (#34870) --- diff --git a/404.html b/404.html index cbcc225aa9..3e9870901b 100644 --- a/404.html +++ b/404.html @@ -5,7 +5,7 @@ - + @@ -17,7 +17,7 @@ - + @@ -158,7 +158,7 @@
@@ -205,7 +205,7 @@
- + diff --git a/docs/5.1/about/brand/index.html b/docs/5.1/about/brand/index.html index 9160b97c49..4b5a68b408 100644 --- a/docs/5.1/about/brand/index.html +++ b/docs/5.1/about/brand/index.html @@ -5,7 +5,7 @@ - + @@ -17,7 +17,7 @@ - + @@ -149,7 +149,7 @@ Bootstrap v5.1
<ul class="nav nav-tabs">
@@ -825,7 +825,7 @@
     <a class="nav-link" href="#">Link</a>
   </li>
   <li class="nav-item">
-    <a class="nav-link disabled" href="#" tabindex="-1" aria-disabled="true">Disabled</a>
+    <a class="nav-link disabled">Disabled</a>
   </li>
 </ul>

Pills with dropdowns

@@ -848,7 +848,7 @@ Link
<ul class="nav nav-pills">
@@ -869,7 +869,7 @@
     <a class="nav-link" href="#">Link</a>
   </li>
   <li class="nav-item">
-    <a class="nav-link disabled" href="#" tabindex="-1" aria-disabled="true">Disabled</a>
+    <a class="nav-link disabled">Disabled</a>
   </li>
 </ul>

Sass

@@ -1153,7 +1153,7 @@
var triggerEl = document.querySelector('#trigger')
 var tab = bootstrap.Tab.getInstance(triggerEl) // Returns a Bootstrap tab instance
 

getOrCreateInstance

-

Static method which allows you to get the tab instance associated with a DOM element, or create a new one in case it wasn’t initialised

+

Static method which allows you to get the tab instance associated with a DOM element, or create a new one in case it wasn’t initialized

var triggerEl = document.querySelector('#trigger')
 var tab = bootstrap.Tab.getOrCreateInstance(triggerEl) // Returns a Bootstrap tab instance
 

Events

@@ -1213,7 +1213,7 @@
@@ -1260,7 +1260,7 @@
- + diff --git a/docs/5.1/components/offcanvas/index.html b/docs/5.1/components/offcanvas/index.html index f224fbbd67..a44a098c41 100644 --- a/docs/5.1/components/offcanvas/index.html +++ b/docs/5.1/components/offcanvas/index.html @@ -5,7 +5,7 @@ - + @@ -17,7 +17,7 @@ - + @@ -149,7 +149,7 @@ Bootstrap v5.1