From a950d5642b9e6039b6481e6f4eabe7635c516fde Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 26 May 2016 15:26:12 +0300 Subject: Update jQuery to v2.2.4. --- docs/examples/album/index.html | 2 +- docs/examples/blog/index.html | 2 +- docs/examples/carousel/index.html | 2 +- docs/examples/cover/index.html | 2 +- docs/examples/dashboard/index.html | 2 +- docs/examples/jumbotron/index.html | 2 +- docs/examples/navbar-top-fixed/index.html | 2 +- docs/examples/navbar-top/index.html | 2 +- docs/examples/navbar/index.html | 2 +- docs/examples/offcanvas/index.html | 2 +- docs/examples/starter-template/index.html | 2 +- docs/examples/sticky-footer-navbar/index.html | 2 +- docs/examples/tooltip-viewport/index.html | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) (limited to 'docs/examples') diff --git a/docs/examples/album/index.html b/docs/examples/album/index.html index c56f1432f..c89147690 100644 --- a/docs/examples/album/index.html +++ b/docs/examples/album/index.html @@ -115,7 +115,7 @@ - + diff --git a/docs/examples/blog/index.html b/docs/examples/blog/index.html index c32f4c4fc..c8c863ec4 100644 --- a/docs/examples/blog/index.html +++ b/docs/examples/blog/index.html @@ -158,7 +158,7 @@ - + diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html index 5364fb8f8..48fde7687 100644 --- a/docs/examples/carousel/index.html +++ b/docs/examples/carousel/index.html @@ -174,7 +174,7 @@ - + diff --git a/docs/examples/cover/index.html b/docs/examples/cover/index.html index 60833e212..7cf39e397 100644 --- a/docs/examples/cover/index.html +++ b/docs/examples/cover/index.html @@ -60,7 +60,7 @@ - + diff --git a/docs/examples/dashboard/index.html b/docs/examples/dashboard/index.html index 3b39ea216..80f95ac6d 100644 --- a/docs/examples/dashboard/index.html +++ b/docs/examples/dashboard/index.html @@ -224,7 +224,7 @@ - + diff --git a/docs/examples/jumbotron/index.html b/docs/examples/jumbotron/index.html index a9330b1c3..28f771099 100644 --- a/docs/examples/jumbotron/index.html +++ b/docs/examples/jumbotron/index.html @@ -75,7 +75,7 @@ - + diff --git a/docs/examples/navbar-top-fixed/index.html b/docs/examples/navbar-top-fixed/index.html index 85db5e03d..33f92bd17 100644 --- a/docs/examples/navbar-top-fixed/index.html +++ b/docs/examples/navbar-top-fixed/index.html @@ -45,7 +45,7 @@ - + diff --git a/docs/examples/navbar-top/index.html b/docs/examples/navbar-top/index.html index 6e77ec092..7533625ea 100644 --- a/docs/examples/navbar-top/index.html +++ b/docs/examples/navbar-top/index.html @@ -43,7 +43,7 @@ - + diff --git a/docs/examples/navbar/index.html b/docs/examples/navbar/index.html index 01c5f60c4..cc5f3a302 100644 --- a/docs/examples/navbar/index.html +++ b/docs/examples/navbar/index.html @@ -64,7 +64,7 @@ - + diff --git a/docs/examples/offcanvas/index.html b/docs/examples/offcanvas/index.html index 927b07f5b..57db2ba08 100644 --- a/docs/examples/offcanvas/index.html +++ b/docs/examples/offcanvas/index.html @@ -104,7 +104,7 @@ - + diff --git a/docs/examples/starter-template/index.html b/docs/examples/starter-template/index.html index 70f05e059..2c3fe4151 100644 --- a/docs/examples/starter-template/index.html +++ b/docs/examples/starter-template/index.html @@ -48,7 +48,7 @@ - + diff --git a/docs/examples/sticky-footer-navbar/index.html b/docs/examples/sticky-footer-navbar/index.html index a80460260..6ffdbe75d 100644 --- a/docs/examples/sticky-footer-navbar/index.html +++ b/docs/examples/sticky-footer-navbar/index.html @@ -73,7 +73,7 @@ - + diff --git a/docs/examples/tooltip-viewport/index.html b/docs/examples/tooltip-viewport/index.html index ac1e75d3d..39ad08f53 100644 --- a/docs/examples/tooltip-viewport/index.html +++ b/docs/examples/tooltip-viewport/index.html @@ -39,7 +39,7 @@ - + -- cgit v1.2.3 From ed3ba4742506a7164caddbcdcfc58aba25277b4d Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 28 Jun 2016 22:19:46 -0700 Subject: Support jQuery v3 in Bootstrap v4 (#20191) * bower.json, package.json: Extend jQuery version ranges to include v3 * NuGet: Bump jQuery to v3.0.0.1 * Docs+Examples: Update jQuery to v3.0.0 * Use jQuery v3.0.0 for JS unit tests * Update jqueryVersionCheck to allow jQuery v3.x.x --- docs/examples/album/index.html | 2 +- docs/examples/blog/index.html | 2 +- docs/examples/carousel/index.html | 2 +- docs/examples/cover/index.html | 2 +- docs/examples/dashboard/index.html | 2 +- docs/examples/jumbotron/index.html | 2 +- docs/examples/navbar-top-fixed/index.html | 2 +- docs/examples/navbar-top/index.html | 2 +- docs/examples/navbar/index.html | 2 +- docs/examples/offcanvas/index.html | 2 +- docs/examples/starter-template/index.html | 2 +- docs/examples/sticky-footer-navbar/index.html | 2 +- docs/examples/tooltip-viewport/index.html | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) (limited to 'docs/examples') diff --git a/docs/examples/album/index.html b/docs/examples/album/index.html index c89147690..ccf8d035b 100644 --- a/docs/examples/album/index.html +++ b/docs/examples/album/index.html @@ -115,7 +115,7 @@ - + diff --git a/docs/examples/blog/index.html b/docs/examples/blog/index.html index c8c863ec4..bfbb955b5 100644 --- a/docs/examples/blog/index.html +++ b/docs/examples/blog/index.html @@ -158,7 +158,7 @@ - + diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html index 48fde7687..51ce13d70 100644 --- a/docs/examples/carousel/index.html +++ b/docs/examples/carousel/index.html @@ -174,7 +174,7 @@ - + diff --git a/docs/examples/cover/index.html b/docs/examples/cover/index.html index 7cf39e397..930e10bf8 100644 --- a/docs/examples/cover/index.html +++ b/docs/examples/cover/index.html @@ -60,7 +60,7 @@ - + diff --git a/docs/examples/dashboard/index.html b/docs/examples/dashboard/index.html index 80f95ac6d..5a80654ff 100644 --- a/docs/examples/dashboard/index.html +++ b/docs/examples/dashboard/index.html @@ -224,7 +224,7 @@ - + diff --git a/docs/examples/jumbotron/index.html b/docs/examples/jumbotron/index.html index 28f771099..f66036b64 100644 --- a/docs/examples/jumbotron/index.html +++ b/docs/examples/jumbotron/index.html @@ -75,7 +75,7 @@ - + diff --git a/docs/examples/navbar-top-fixed/index.html b/docs/examples/navbar-top-fixed/index.html index 33f92bd17..bda85c409 100644 --- a/docs/examples/navbar-top-fixed/index.html +++ b/docs/examples/navbar-top-fixed/index.html @@ -45,7 +45,7 @@ - + diff --git a/docs/examples/navbar-top/index.html b/docs/examples/navbar-top/index.html index 7533625ea..52c61098f 100644 --- a/docs/examples/navbar-top/index.html +++ b/docs/examples/navbar-top/index.html @@ -43,7 +43,7 @@ - + diff --git a/docs/examples/navbar/index.html b/docs/examples/navbar/index.html index cc5f3a302..d0beae127 100644 --- a/docs/examples/navbar/index.html +++ b/docs/examples/navbar/index.html @@ -64,7 +64,7 @@ - + diff --git a/docs/examples/offcanvas/index.html b/docs/examples/offcanvas/index.html index 57db2ba08..b3faba6b9 100644 --- a/docs/examples/offcanvas/index.html +++ b/docs/examples/offcanvas/index.html @@ -104,7 +104,7 @@ - + diff --git a/docs/examples/starter-template/index.html b/docs/examples/starter-template/index.html index 2c3fe4151..cb45245aa 100644 --- a/docs/examples/starter-template/index.html +++ b/docs/examples/starter-template/index.html @@ -48,7 +48,7 @@ - + diff --git a/docs/examples/sticky-footer-navbar/index.html b/docs/examples/sticky-footer-navbar/index.html index 6ffdbe75d..7564c44fc 100644 --- a/docs/examples/sticky-footer-navbar/index.html +++ b/docs/examples/sticky-footer-navbar/index.html @@ -73,7 +73,7 @@ - + diff --git a/docs/examples/tooltip-viewport/index.html b/docs/examples/tooltip-viewport/index.html index 39ad08f53..63e9156b5 100644 --- a/docs/examples/tooltip-viewport/index.html +++ b/docs/examples/tooltip-viewport/index.html @@ -39,7 +39,7 @@ - + -- cgit v1.2.3 From 3487e421b522bf1371ff6915d9b7e0b14d06d439 Mon Sep 17 00:00:00 2001 From: Tom Lutzenberger Date: Wed, 13 Jul 2016 19:00:39 +0200 Subject: Fix HTML validity error in sticky-footer-navbar example (#20295) --- docs/examples/sticky-footer-navbar/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples') diff --git a/docs/examples/sticky-footer-navbar/index.html b/docs/examples/sticky-footer-navbar/index.html index 7564c44fc..aa8b8c5c8 100644 --- a/docs/examples/sticky-footer-navbar/index.html +++ b/docs/examples/sticky-footer-navbar/index.html @@ -59,7 +59,7 @@

Sticky footer with fixed navbar

-

Pin a fixed-height footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS. A fixed navbar has been added with padding-top: 60px; on the body > .container.

+

Pin a fixed-height footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS. A fixed navbar has been added with padding-top: 60px; on the body > .container.

Back to the default sticky footer minus the navbar.

-- cgit v1.2.3 From a426c4951cf34d20469484e642b7416867b29a9c Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Fri, 8 Jul 2016 09:54:53 +0100 Subject: remove navbar-toggler unicode symbol in HTML remove current HTML-based symbol, add any missing aria-* attributes --- docs/examples/album/index.html | 4 +--- docs/examples/dashboard/index.html | 7 +------ docs/examples/navbar-top-fixed/index.html | 4 +--- docs/examples/navbar-top/index.html | 4 +--- docs/examples/navbar/index.html | 4 +--- docs/examples/sticky-footer-navbar/index.html | 4 +--- 6 files changed, 6 insertions(+), 21 deletions(-) (limited to 'docs/examples') diff --git a/docs/examples/album/index.html b/docs/examples/album/index.html index ccf8d035b..b35c246a3 100644 --- a/docs/examples/album/index.html +++ b/docs/examples/album/index.html @@ -37,9 +37,7 @@ diff --git a/docs/examples/dashboard/index.html b/docs/examples/dashboard/index.html index 5a80654ff..6ddc6cf75 100644 --- a/docs/examples/dashboard/index.html +++ b/docs/examples/dashboard/index.html @@ -21,12 +21,7 @@