Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
94339247
Commit
94339247
authored
Jul 26, 2015
by
XhmikosR
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #16888 from twbs/jquery-local-fallback
Add a local jQuery fallback.
parents
b8bc2043
abdf41f5
Changes
16
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
20 additions
and
4 deletions
+20
-4
docs/_includes/footer.html
docs/_includes/footer.html
+1
-0
docs/assets/js/vendor/jquery.min.js
docs/assets/js/vendor/jquery.min.js
+5
-0
docs/examples/blog/index.html
docs/examples/blog/index.html
+1
-0
docs/examples/carousel/index.html
docs/examples/carousel/index.html
+1
-0
docs/examples/cover/index.html
docs/examples/cover/index.html
+1
-0
docs/examples/dashboard/index.html
docs/examples/dashboard/index.html
+1
-0
docs/examples/jumbotron/index.html
docs/examples/jumbotron/index.html
+1
-0
docs/examples/navbar-fixed-top/index.html
docs/examples/navbar-fixed-top/index.html
+1
-0
docs/examples/navbar-static-top/index.html
docs/examples/navbar-static-top/index.html
+1
-0
docs/examples/navbar/index.html
docs/examples/navbar/index.html
+1
-0
docs/examples/non-responsive/index.html
docs/examples/non-responsive/index.html
+1
-0
docs/examples/offcanvas/index.html
docs/examples/offcanvas/index.html
+1
-2
docs/examples/starter-template/index.html
docs/examples/starter-template/index.html
+1
-0
docs/examples/sticky-footer-navbar/index.html
docs/examples/sticky-footer-navbar/index.html
+1
-0
docs/examples/theme/index.html
docs/examples/theme/index.html
+1
-0
docs/examples/tooltip-viewport/index.html
docs/examples/tooltip-viewport/index.html
+1
-2
No files found.
docs/_includes/footer.html
View file @
94339247
...
@@ -33,6 +33,7 @@
...
@@ -33,6 +33,7 @@
================================================== -->
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"
></script>
<script>
window
.
jQuery
||
document
.
write
(
'
<script src="../assets/js/vendor/jquery.min.js"><
\
/script>
'
)
</script>
{% if site.github %}
{% if site.github %}
<script
src=
"../dist/js/bootstrap.min.js"
></script>
<script
src=
"../dist/js/bootstrap.min.js"
></script>
...
...
docs/assets/js/vendor/jquery.min.js
0 → 100644
View file @
94339247
This diff is collapsed.
Click to expand it.
docs/examples/blog/index.html
View file @
94339247
...
@@ -169,6 +169,7 @@
...
@@ -169,6 +169,7 @@
================================================== -->
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"
></script>
<script>
window
.
jQuery
||
document
.
write
(
'
<script src="../../assets/js/vendor/jquery.min.js"><
\
/script>
'
)
</script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
...
...
docs/examples/carousel/index.html
View file @
94339247
...
@@ -207,6 +207,7 @@
...
@@ -207,6 +207,7 @@
================================================== -->
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"
></script>
<script>
window
.
jQuery
||
document
.
write
(
'
<script src="../../assets/js/vendor/jquery.min.js"><
\
/script>
'
)
</script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<!-- Just to make our placeholder images work. Don't actually copy the next line! -->
<!-- Just to make our placeholder images work. Don't actually copy the next line! -->
<script
src=
"../../assets/js/vendor/holder.min.js"
></script>
<script
src=
"../../assets/js/vendor/holder.min.js"
></script>
...
...
docs/examples/cover/index.html
View file @
94339247
...
@@ -73,6 +73,7 @@
...
@@ -73,6 +73,7 @@
================================================== -->
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"
></script>
<script>
window
.
jQuery
||
document
.
write
(
'
<script src="../../assets/js/vendor/jquery.min.js"><
\
/script>
'
)
</script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
...
...
docs/examples/dashboard/index.html
View file @
94339247
...
@@ -239,6 +239,7 @@
...
@@ -239,6 +239,7 @@
================================================== -->
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"
></script>
<script>
window
.
jQuery
||
document
.
write
(
'
<script src="../../assets/js/vendor/jquery.min.js"><
\
/script>
'
)
</script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<!-- Just to make our placeholder images work. Don't actually copy the next line! -->
<!-- Just to make our placeholder images work. Don't actually copy the next line! -->
<script
src=
"../../assets/js/vendor/holder.min.js"
></script>
<script
src=
"../../assets/js/vendor/holder.min.js"
></script>
...
...
docs/examples/jumbotron/index.html
View file @
94339247
...
@@ -96,6 +96,7 @@
...
@@ -96,6 +96,7 @@
================================================== -->
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"
></script>
<script>
window
.
jQuery
||
document
.
write
(
'
<script src="../../assets/js/vendor/jquery.min.js"><
\
/script>
'
)
</script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
...
...
docs/examples/navbar-fixed-top/index.html
View file @
94339247
...
@@ -88,6 +88,7 @@
...
@@ -88,6 +88,7 @@
================================================== -->
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"
></script>
<script>
window
.
jQuery
||
document
.
write
(
'
<script src="../../assets/js/vendor/jquery.min.js"><
\
/script>
'
)
</script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
...
...
docs/examples/navbar-static-top/index.html
View file @
94339247
...
@@ -89,6 +89,7 @@
...
@@ -89,6 +89,7 @@
================================================== -->
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"
></script>
<script>
window
.
jQuery
||
document
.
write
(
'
<script src="../../assets/js/vendor/jquery.min.js"><
\
/script>
'
)
</script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
...
...
docs/examples/navbar/index.html
View file @
94339247
...
@@ -87,6 +87,7 @@
...
@@ -87,6 +87,7 @@
================================================== -->
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"
></script>
<script>
window
.
jQuery
||
document
.
write
(
'
<script src="../../assets/js/vendor/jquery.min.js"><
\
/script>
'
)
</script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
...
...
docs/examples/non-responsive/index.html
View file @
94339247
...
@@ -104,6 +104,7 @@
...
@@ -104,6 +104,7 @@
================================================== -->
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"
></script>
<script>
window
.
jQuery
||
document
.
write
(
'
<script src="../../assets/js/vendor/jquery.min.js"><
\
/script>
'
)
</script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
...
...
docs/examples/offcanvas/index.html
View file @
94339247
...
@@ -125,11 +125,10 @@
...
@@ -125,11 +125,10 @@
================================================== -->
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"
></script>
<script>
window
.
jQuery
||
document
.
write
(
'
<script src="../../assets/js/vendor/jquery.min.js"><
\
/script>
'
)
</script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<script
src=
"offcanvas.js"
></script>
<script
src=
"offcanvas.js"
></script>
</body>
</body>
</html>
</html>
docs/examples/starter-template/index.html
View file @
94339247
...
@@ -65,6 +65,7 @@
...
@@ -65,6 +65,7 @@
================================================== -->
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"
></script>
<script>
window
.
jQuery
||
document
.
write
(
'
<script src="../../assets/js/vendor/jquery.min.js"><
\
/script>
'
)
</script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
...
...
docs/examples/sticky-footer-navbar/index.html
View file @
94339247
...
@@ -84,6 +84,7 @@
...
@@ -84,6 +84,7 @@
================================================== -->
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"
></script>
<script>
window
.
jQuery
||
document
.
write
(
'
<script src="../../assets/js/vendor/jquery.min.js"><
\
/script>
'
)
</script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
...
...
docs/examples/theme/index.html
View file @
94339247
...
@@ -633,6 +633,7 @@
...
@@ -633,6 +633,7 @@
================================================== -->
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"
></script>
<script>
window
.
jQuery
||
document
.
write
(
'
<script src="../../assets/js/vendor/jquery.min.js"><
\
/script>
'
)
</script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../assets/js/docs.min.js"
></script>
<script
src=
"../../assets/js/docs.min.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
...
...
docs/examples/tooltip-viewport/index.html
View file @
94339247
...
@@ -50,11 +50,10 @@
...
@@ -50,11 +50,10 @@
================================================== -->
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"
></script>
<script>
window
.
jQuery
||
document
.
write
(
'
<script src="../../assets/js/vendor/jquery.min.js"><
\
/script>
'
)
</script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<script
src=
"tooltip-viewport.js"
></script>
<script
src=
"tooltip-viewport.js"
></script>
</body>
</body>
</html>
</html>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment