Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-02-19 17:19:02 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-02-20 23:05:45 +0300
commit7f7f858cb907da0c67b00cf6fc80f5dc1108cba0 (patch)
tree8e723664a10dc165f47c15653fe754f5f1e96a57 /site/index.html
parent1da5b9f76a05feae2663316247937aabda91d487 (diff)
Remove jQuery from docs/repo.
Some of the snippets need to be updated later.
Diffstat (limited to 'site/index.html')
-rw-r--r--site/index.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/site/index.html b/site/index.html
index df50c7291c..661fc55ce2 100644
--- a/site/index.html
+++ b/site/index.html
@@ -14,7 +14,7 @@ layout: home
Build responsive, mobile-first projects on the web with the world’s most popular front-end component library.
</p>
<p class="lead mb-4">
- Bootstrap is an open source toolkit for developing with HTML, CSS, and JS. Quickly prototype your ideas or build your entire app with our Sass variables and mixins, responsive grid system, extensive prebuilt components, and powerful plugins built on jQuery.
+ Bootstrap is an open source toolkit for developing with HTML, CSS, and JS. Quickly prototype your ideas or build your entire app with our Sass variables and mixins, responsive grid system, extensive prebuilt components, and powerful plugins built with VanillaJS.
</p>
<div class="row mx-n2">
<div class="col-md px-2">
@@ -63,9 +63,8 @@ gem install bootstrap -v {{ site.current_ruby_version }}
<link rel="stylesheet" href="{{ site.cdn.css }}" integrity="{{ site.cdn.css_hash }}" crossorigin="anonymous">
{% endhighlight %}
-<h5>JS, Popper.js, and jQuery</h5>
+<h5>JS and Popper.js</h5>
{% highlight html %}
-<script src="{{ site.cdn.jquery }}" integrity="{{ site.cdn.jquery_hash }}" crossorigin="anonymous"></script>
<script src="{{ site.cdn.popper }}" integrity="{{ site.cdn.popper_hash }}" crossorigin="anonymous"></script>
<script src="{{ site.cdn.js }}" integrity="{{ site.cdn.js_hash }}" crossorigin="anonymous"></script>
{% endhighlight %}