diff options
| author | Chris Rebert <[email protected]> | 2013-09-11 19:53:32 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-09-11 19:53:32 -0700 |
| commit | a1b0311597fdf79965044e6cb17c1c1acf08b1b6 (patch) | |
| tree | b9cbeadbb212762bd879cdddab1800f1dcbad1b6 /getting-started.html | |
| parent | d88e743b417c3e149c9fcb02c8d5580afb8baee0 (diff) | |
| download | bootstrap-a1b0311597fdf79965044e6cb17c1c1acf08b1b6.tar.xz bootstrap-a1b0311597fdf79965044e6cb17c1c1acf08b1b6.zip | |
document jQuery version requirement; fixes #10355
Diffstat (limited to 'getting-started.html')
| -rw-r--r-- | getting-started.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/getting-started.html b/getting-started.html index 80880f787..26bfef3ec 100644 --- a/getting-started.html +++ b/getting-started.html @@ -84,7 +84,7 @@ bootstrap/ <p>This is the most basic form of Bootstrap: precompiled files for quick drop-in usage in nearly any web project. We provide compiled CSS and JS (<code>bootstrap.*</code>), as well as compiled and minified CSS and JS (<code>bootstrap.min.*</code>). Fonts from Glyphicons are included, as is the optional Bootstrap theme.</p> <div class="bs-callout bs-callout-danger"> <h4>jQuery required</h4> - <p>Please note that <strong>all JavaScript plugins require jQuery</strong> to be included, as shown in the <a href="#template">starter template</a>.</p> + <p>Please note that <strong>all JavaScript plugins require jQuery</strong> to be included, as shown in the <a href="#template">starter template</a>. <a href="{{ site.repo }}/blob/v{{ site.current_version }}/bower.json">Consult our <code>bower.json</code></a> to see which versions of jQuery are supported.</p> </div> </div> |
