diff --git a/docs/javascript.html b/docs/javascript.html index 8932ff295a..24c1eb79dd 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -15,8 +15,13 @@ lead: "Bring Bootstrap's components to life with over a dozen custom jQuery plug
Plugins can be included individually (using Bootstrap's individual *.js
files), or all at once (using bootstrap.js
or the minified bootstrap.min.js
).
Both bootstrap.js
and bootstrap.min.js
contain all plugins in a single file.
Both bootstrap.js
and bootstrap.min.js
contain all plugins in a single file. Include only one.
Don't mix data attributes from separate plugins on the same component. For example, a button cannot have a tooltip and toggle a modal. To accomplish this, use a wrapping element.