diff --git a/docs/components.html b/docs/components.html
index 61bfc98e36..d4211b4702 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -113,7 +113,7 @@
Example
- Toggleable, contextual menu for displaying lists of links. Made interactive with the dropdown javascript plugin.
+ Toggleable, contextual menu for displaying lists of links. Made interactive with the dropdown JavaScript plugin.
- Requires javascript
+ Requires JavaScript
Button dropdowns require the Bootstrap dropdown plugin to function.
- In some cases—like mobile—dropdown menus will extend outside the viewport. You need to resolve the alignment manually or with custom javascript.
+ In some cases—like mobile—dropdown menus will extend outside the viewport. You need to resolve the alignment manually or with custom JavaScript.
@@ -687,7 +687,7 @@
Disabled state
- For any nav component (tabs, pills, or list), add .disabled
for gray links and no hover effects. Links will remain clickable, however, unless custom javascript is implemented to prevent those clicks.
+ For any nav component (tabs, pills, or list), add .disabled
for gray links and no hover effects. Links will remain clickable, however, unless custom JavaScript is implemented to prevent those clicks.
- Clickable link
@@ -746,7 +746,7 @@
Dropdowns
- Add dropdown menus with a little extra HTML and the dropdowns javascript plugin.
+ Add dropdown menus with a little extra HTML and the dropdowns JavaScript plugin.
Tabs with dropdowns
@@ -911,7 +911,7 @@
To make tabs fade in, add .fade
to each .tab-pane
.
Requires jQuery plugin
-
All tabbable tabs are powered by our lightweight jQuery plugin. Read more about how to bring tabbable tabs to life on the javascript docs page.
+
All tabbable tabs are powered by our lightweight jQuery plugin. Read more about how to bring tabbable tabs to life on the JavaScript docs page.
Tabbable in any direction
@@ -1157,7 +1157,7 @@
Align nav links, search form, or text, use the .pull-left
or .pull-right
utility classes. Both classes will add a CSS float in the specified direction.
Using dropdowns
-
Add dropdowns and dropups to the nav with a bit of markup and the dropdowns javascript plugin.
+
Add dropdowns and dropups to the nav with a bit of markup and the dropdowns JavaScript plugin.
<ul class="nav">
<li class="dropdown">
@@ -1171,7 +1171,7 @@
</li>
</ul>
-
Visit the javascript dropdowns documentation for more markup and information on calling dropdowns.
+
Visit the JavaScript dropdowns documentation for more markup and information on calling dropdowns.
Text
Wrap strings of text in an element with .navbar-text
, usually on a <p>
tag for proper leading and color.
@@ -1973,7 +1973,7 @@
Alternatively, you may use a <button>
element with the data attribute, which we have opted to do for our docs. When using <button>
, you must include type="button"
or your forms may not submit.
<button type="button" class="close" data-dismiss="alert">×</button>
-
Dismiss alerts via javascript
+
Dismiss alerts via JavaScript
Use the alerts jQuery plugin for quick and easy dismissal of alerts.
diff --git a/docs/customize.html b/docs/customize.html
index 689490ba2a..29a34d561a 100644
--- a/docs/customize.html
+++ b/docs/customize.html
@@ -74,7 +74,7 @@
Customize and download
-
Download Bootstrap or customize variables, components, javascript plugins, and more.
+
Download Bootstrap or customize variables, components, JavaScript plugins, and more.
diff --git a/docs/extend.html b/docs/extend.html
index 71e068f22d..4c55a7220e 100644
--- a/docs/extend.html
+++ b/docs/extend.html
@@ -147,7 +147,7 @@
$ lessc ./less/bootstrap.less > bootstrap.css
Be sure to include --compress
in that command if you're trying to save some bytes!
-
Javascript
+
JavaScript
Download the latest Less.js and include the path to it (and Bootstrap) in the <head>
.
<link rel="stylesheet/less" href="/path/to/bootstrap.less">
@@ -180,18 +180,18 @@
Setup file structure
Download the latest compiled Bootstrap and place into your project. For example, you might have something like this:
-
- app/
- ├── layouts/
- └── templates/
- public/
- ├── css/
- │ ├── bootstrap.min.css
- ├── js/
- │ ├── bootstrap.min.js
- └── img/
- ├── glyphicons-halflings.png
- └── glyphicons-halflings-white.png
+
+ app/
+ layouts/
+ templates/
+ public/
+ css/
+ bootstrap.min.css
+ js/
+ bootstrap.min.js
+ img/
+ glyphicons-halflings.png
+ glyphicons-halflings-white.png
Utilize starter template
diff --git a/docs/getting-started.html b/docs/getting-started.html
index 8722fd594f..aa709026a6 100644
--- a/docs/getting-started.html
+++ b/docs/getting-started.html
@@ -130,18 +130,18 @@
Within the download you'll find the following file structure and contents, logically grouping common assets and providing both compiled and minified variations.
Once downloaded, unzip the compressed folder to see the structure of (the compiled) Bootstrap. You'll see something like this:
-
- bootstrap/
- ├── css/
- │ ├── bootstrap.css
- │ ├── bootstrap.min.css
- ├── js/
- │ ├── bootstrap.js
- │ ├── bootstrap.min.js
- ├── img/
- │ ├── glyphicons-halflings.png
- │ ├── glyphicons-halflings-white.png
- └── README.md
+
+ bootstrap/
+ css/
+ bootstrap.css
+ bootstrap.min.css
+ js/
+ bootstrap.js
+ bootstrap.min.js
+ img/
+ glyphicons-halflings.png
+ glyphicons-halflings-white.png
+ README.md
This is the most basic form of Bootstrap: compiled files for quick drop-in usage in nearly any web project. We provide compiled CSS and JS (bootstrap.*
), as well as compiled and minified CSS and JS (bootstrap.min.*
). The image files are compressed using ImageOptim, a Mac app for compressing PNGs.
Please note that all JavaScript plugins require jQuery to be included.
@@ -164,11 +164,11 @@
Styles for common HTML elements like typography, code, tables, forms, and buttons. Also includes Glyphicons, a great little icon set.
Basic styles for common interface components like tabs and pills, navbar, alerts, page headers, and more.
-
- Similar to Components, these Javascript plugins are interactive components for things like tooltips, popovers, modals, and more.
+
+ Similar to Components, these JavaScript plugins are interactive components for things like tooltips, popovers, modals, and more.
List of components
- Together, the Components and Javascript plugins sections provide the following interface elements:
+ Together, the Components and JavaScript plugins sections provide the following interface elements:
- Button groups
- Button dropdowns
@@ -261,7 +261,7 @@
Starter template
- A barebones HTML document with all the Bootstrap CSS and javascript included.
+ A barebones HTML document with all the Bootstrap CSS and JavaScript included.
diff --git a/docs/index.html b/docs/index.html
index 1d329cec4e..74c2cc3418 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -122,7 +122,7 @@
Packed with features.
-
A 12-column responsive grid, dozens of components, javascript plugins, typography, form controls, and even a web-based Customizer to make Bootstrap your own.
+
A 12-column responsive grid, dozens of components, JavaScript plugins, typography, form controls, and even a web-based Customizer to make Bootstrap your own.
diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache
index 95ac1ce4c4..412e62ec29 100644
--- a/docs/templates/pages/components.mustache
+++ b/docs/templates/pages/components.mustache
@@ -42,7 +42,7 @@
{{_i}}Example{{/i}}
- {{_i}}Toggleable, contextual menu for displaying lists of links. Made interactive with the dropdown javascript plugin.{{/i}}
+ {{_i}}Toggleable, contextual menu for displaying lists of links. Made interactive with the dropdown JavaScript plugin.{{/i}}
{{! /example }}
- {{_i}}Requires javascript{{/i}}
+ {{_i}}Requires JavaScript{{/i}}
{{_i}}Button dropdowns require the Bootstrap dropdown plugin to function.{{/i}}
- {{_i}}In some cases—like mobile—dropdown menus will extend outside the viewport. You need to resolve the alignment manually or with custom javascript.{{/i}}
+ {{_i}}In some cases—like mobile—dropdown menus will extend outside the viewport. You need to resolve the alignment manually or with custom JavaScript.{{/i}}
@@ -616,7 +616,7 @@
{{_i}}Disabled state{{/i}}
- {{_i}}For any nav component (tabs, pills, or list), add .disabled
for gray links and no hover effects. Links will remain clickable, however, unless custom javascript is implemented to prevent those clicks.{{/i}}
+ {{_i}}For any nav component (tabs, pills, or list), add .disabled
for gray links and no hover effects. Links will remain clickable, however, unless custom JavaScript is implemented to prevent those clicks.{{/i}}
- {{_i}}Clickable link{{/i}}
@@ -675,7 +675,7 @@
{{_i}}Dropdowns{{/i}}
- {{_i}}Add dropdown menus with a little extra HTML and the dropdowns javascript plugin.{{/i}}
+ {{_i}}Add dropdown menus with a little extra HTML and the dropdowns JavaScript plugin.{{/i}}
{{_i}}Tabs with dropdowns{{/i}}
@@ -840,7 +840,7 @@
{{_i}}To make tabs fade in, add .fade
to each .tab-pane
.{{/i}}
{{_i}}Requires jQuery plugin{{/i}}
-
{{_i}}All tabbable tabs are powered by our lightweight jQuery plugin. Read more about how to bring tabbable tabs to life on the javascript docs page.{{/i}}
+
{{_i}}All tabbable tabs are powered by our lightweight jQuery plugin. Read more about how to bring tabbable tabs to life on the JavaScript docs page.{{/i}}
{{_i}}Tabbable in any direction{{/i}}
@@ -1086,7 +1086,7 @@
{{_i}}Align nav links, search form, or text, use the .pull-left
or .pull-right
utility classes. Both classes will add a CSS float in the specified direction.{{/i}}
{{_i}}Using dropdowns{{/i}}
-
{{_i}}Add dropdowns and dropups to the nav with a bit of markup and the dropdowns javascript plugin.{{/i}}
+
{{_i}}Add dropdowns and dropups to the nav with a bit of markup and the dropdowns JavaScript plugin.{{/i}}
<ul class="nav">
<li class="dropdown">
@@ -1100,7 +1100,7 @@
</li>
</ul>
-
{{_i}}Visit the javascript dropdowns documentation for more markup and information on calling dropdowns.{{/i}}
+
{{_i}}Visit the JavaScript dropdowns documentation for more markup and information on calling dropdowns.{{/i}}
{{_i}}Text{{/i}}
{{_i}}Wrap strings of text in an element with .navbar-text
, usually on a <p>
tag for proper leading and color.{{/i}}
@@ -1902,7 +1902,7 @@
{{_i}}Alternatively, you may use a <button>
element with the data attribute, which we have opted to do for our docs. When using <button>
, you must include type="button"
or your forms may not submit.{{/i}}
<button type="button" class="close" data-dismiss="alert">×</button>
-
{{_i}}Dismiss alerts via javascript{{/i}}
+
{{_i}}Dismiss alerts via JavaScript{{/i}}
{{_i}}Use the alerts jQuery plugin for quick and easy dismissal of alerts.{{/i}}
diff --git a/docs/templates/pages/customize.mustache b/docs/templates/pages/customize.mustache
index 0e78f99fd1..403d1bd459 100644
--- a/docs/templates/pages/customize.mustache
+++ b/docs/templates/pages/customize.mustache
@@ -3,7 +3,7 @@
{{_i}}Customize and download{{/i}}
-
{{_i}}Download Bootstrap or customize variables, components, javascript plugins, and more.{{/i}}
+
{{_i}}Download Bootstrap or customize variables, components, JavaScript plugins, and more.{{/i}}
diff --git a/docs/templates/pages/extend.mustache b/docs/templates/pages/extend.mustache
index a4332e62e3..c1976427cf 100644
--- a/docs/templates/pages/extend.mustache
+++ b/docs/templates/pages/extend.mustache
@@ -76,7 +76,7 @@
$ lessc ./less/bootstrap.less > bootstrap.css
{{_i}}Be sure to include --compress
in that command if you're trying to save some bytes!{{/i}}
-
{{_i}}Javascript{{/i}}
+
{{_i}}JavaScript{{/i}}
{{_i}}Download the latest Less.js and include the path to it (and Bootstrap) in the <head>
.{{/i}}
<link rel="stylesheet/less" href="/path/to/bootstrap.less">
@@ -109,18 +109,18 @@
{{_i}}Setup file structure{{/i}}
{{_i}}Download the latest compiled Bootstrap and place into your project. For example, you might have something like this:{{/i}}
-
- app/
- ├── layouts/
- └── templates/
- public/
- ├── css/
- │ ├── bootstrap.min.css
- ├── js/
- │ ├── bootstrap.min.js
- └── img/
- ├── glyphicons-halflings.png
- └── glyphicons-halflings-white.png
+
+ app/
+ layouts/
+ templates/
+ public/
+ css/
+ bootstrap.min.css
+ js/
+ bootstrap.min.js
+ img/
+ glyphicons-halflings.png
+ glyphicons-halflings-white.png
{{_i}}Utilize starter template{{/i}}
diff --git a/docs/templates/pages/getting-started.mustache b/docs/templates/pages/getting-started.mustache
index 77e16d2257..7363806f74 100644
--- a/docs/templates/pages/getting-started.mustache
+++ b/docs/templates/pages/getting-started.mustache
@@ -59,18 +59,18 @@
{{_i}}Within the download you'll find the following file structure and contents, logically grouping common assets and providing both compiled and minified variations.{{/i}}
{{_i}}Once downloaded, unzip the compressed folder to see the structure of (the compiled) Bootstrap. You'll see something like this:{{/i}}
-
- bootstrap/
- ├── css/
- │ ├── bootstrap.css
- │ ├── bootstrap.min.css
- ├── js/
- │ ├── bootstrap.js
- │ ├── bootstrap.min.js
- ├── img/
- │ ├── glyphicons-halflings.png
- │ ├── glyphicons-halflings-white.png
- └── README.md
+
+ bootstrap/
+ css/
+ bootstrap.css
+ bootstrap.min.css
+ js/
+ bootstrap.js
+ bootstrap.min.js
+ img/
+ glyphicons-halflings.png
+ glyphicons-halflings-white.png
+ README.md
{{_i}}This is the most basic form of Bootstrap: compiled files for quick drop-in usage in nearly any web project. We provide compiled CSS and JS (bootstrap.*
), as well as compiled and minified CSS and JS (bootstrap.min.*
). The image files are compressed using ImageOptim, a Mac app for compressing PNGs.{{/i}}
{{_i}}Please note that all JavaScript plugins require jQuery to be included.{{/i}}
@@ -93,11 +93,11 @@
{{_i}}Styles for common HTML elements like typography, code, tables, forms, and buttons. Also includes Glyphicons, a great little icon set.{{/i}}
{{_i}}Basic styles for common interface components like tabs and pills, navbar, alerts, page headers, and more.{{/i}}
-
- {{_i}}Similar to Components, these Javascript plugins are interactive components for things like tooltips, popovers, modals, and more.{{/i}}
+
+ {{_i}}Similar to Components, these JavaScript plugins are interactive components for things like tooltips, popovers, modals, and more.{{/i}}
{{_i}}List of components{{/i}}
- {{_i}}Together, the Components and Javascript plugins sections provide the following interface elements:{{/i}}
+ {{_i}}Together, the Components and JavaScript plugins sections provide the following interface elements:{{/i}}
- {{_i}}Button groups{{/i}}
- {{_i}}Button dropdowns{{/i}}
@@ -190,7 +190,7 @@
{{_i}}Starter template{{/i}}
- {{_i}}A barebones HTML document with all the Bootstrap CSS and javascript included.{{/i}}
+ {{_i}}A barebones HTML document with all the Bootstrap CSS and JavaScript included.{{/i}}
diff --git a/docs/templates/pages/index.mustache b/docs/templates/pages/index.mustache
index 10977cfd3e..da12f106fe 100644
--- a/docs/templates/pages/index.mustache
+++ b/docs/templates/pages/index.mustache
@@ -51,7 +51,7 @@
{{_i}}Packed with features.{{/i}}
-
{{_i}}A 12-column responsive grid, dozens of components, javascript plugins, typography, form controls, and even a web-based Customizer to make Bootstrap your own.{{/i}}
+
{{_i}}A 12-column responsive grid, dozens of components, JavaScript plugins, typography, form controls, and even a web-based Customizer to make Bootstrap your own.{{/i}}