1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-29 06:49:06 +02:00

restore page headers, use partial and page frontmatter to organize it

This commit is contained in:
Mark Otto
2015-08-05 17:47:45 -07:00
parent be3f8d9bcc
commit fed0d8a2d4
58 changed files with 167 additions and 33 deletions

View File

@@ -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.