From: Mark Otto Date: Thu, 10 Jul 2014 17:23:15 +0000 (-0700) Subject: jquery links X-Git-Tag: v4.0.0-alpha~737 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57c709becd2bb2ed93f9004c04d48c4a65836cb8;p=thirdparty%2Fbootstrap.git jquery links --- diff --git a/_config.yml b/_config.yml index 72839147d5..c174f4a7e5 100644 --- a/_config.yml +++ b/_config.yml @@ -31,3 +31,4 @@ cdn: css: //maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css css_theme: //maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css js: //maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js + jquery: //code.jquery.com/jquery-2.1.1.min.js diff --git a/docs/_includes/getting-started/download.md b/docs/_includes/getting-started/download.md index e4adc10648..b719026ac4 100644 --- a/docs/_includes/getting-started/download.md +++ b/docs/_includes/getting-started/download.md @@ -8,10 +8,10 @@ Quickly add Bootstrap to your project via the [Bootstrap CDN](http://bootstrapcd {% endhighlight %} -Then, add the Bootstrap JavaScript—and jQuery—near the end of your project. It's best placed right before the closing `` tag. Be sure to place jQuery first. +Then, add the Bootstrap JavaScript—and jQuery—near the end of your pages. It's best placed right before the closing `` tag. Be sure to place jQuery first as our code depends on it. {% highlight html %} - + {% endhighlight %} @@ -34,7 +34,7 @@ Put it all together and your pages should look like this:

Hello, world!

- +