aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started/javascript.md
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-08-05 17:47:45 -0700
committerMark Otto <[email protected]>2015-08-05 17:47:45 -0700
commitfed0d8a2d405fded61bd2b7c4c70744fafd58d06 (patch)
tree8bc067365b2a9731e8e2cfd6e9ef11a64d304bf8 /docs/getting-started/javascript.md
parentbe3f8d9bcce6818d7f9430fa94f1d6869c62d00a (diff)
downloadbootstrap-fed0d8a2d405fded61bd2b7c4c70744fafd58d06.tar.xz
bootstrap-fed0d8a2d405fded61bd2b7c4c70744fafd58d06.zip
restore page headers, use partial and page frontmatter to organize it
Diffstat (limited to 'docs/getting-started/javascript.md')
-rw-r--r--docs/getting-started/javascript.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started/javascript.md b/docs/getting-started/javascript.md
index ec012d302..bb4373131 100644
--- a/docs/getting-started/javascript.md
+++ b/docs/getting-started/javascript.md
@@ -1,6 +1,7 @@
---
layout: page
title: JavaScript
+group: getting-started
---
Bootstrap includes a handful of JavaScript to help bring some of our components to life. Learn more about how to include it, our data and programmatic API options, and more.
@@ -103,4 +104,3 @@ Bootstrap's plugins don't fall back particularly gracefully when JavaScript is d
For simple transition effects, include `transition.js` once alongside the other JS files. If you're using the compiled (or minified) `bootstrap.js`, there is no need to include this—it's already there.
Transition.js is a basic helper for `transitionEnd` events as well as a CSS transition emulator. It's used by the other plugins to check for CSS transition support and to catch hanging transitions.
-