From 83c0896999c91f4d85bb75434f4a4ecfaff07fe0 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 8 Jan 2012 21:48:07 -0800 Subject: updated js pages to put examples first --- docs/javascript.html | 748 +++++++++++++++++++++++++++++---------------------- 1 file changed, 431 insertions(+), 317 deletions(-) (limited to 'docs/javascript.html') diff --git a/docs/javascript.html b/docs/javascript.html index 63a51dc43..c0469c0a7 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -57,54 +57,48 @@ -
-

Transitions *

-

For simple transition effects, include bootstrap-transition.js once to slide in modals or fade out alert messages.

-

* Required for animation in plugins

-
-
-

Modals

+

Modals

A streamlined, but flexible, take on the traditional javascript modal plugin with only the minimum required functionality and smart defaults.

-

Dropdowns

+

Dropdowns

Add dropdown menus to nearly anything in Bootstrap with this simple plugin. Bootstrap features full dropdown menu support on in the navbar, tabs, and pills.

Scrollspy

Use scrollspy to automatically update the links in your navbar to show the current active link based on scroll position.

-
-
-

Togglable tabs

+

Togglable tabs

Use this plugin to make tabs and pills more useful by allowing them to toggle through tabbable panes of local content.

+
+

Twipsy tooltips

A new take on the jQuery Tipsy plugin, Twipsy uses CSS3 animations, data attributes for titles, and the new event API in jQuery 1.7.

-

Popovers *

+

Popovers *

Add small overlays of content, like those on the iPad, to any element for housing secondary information.

* Requires Twipsy to be included

-

Alert messages

+

Alert messages

The alert plugin is a tiny class for adding close functionality to alerts.

-
-
-

Buttons

+

Buttons

Do more with buttons. Control button states or create groups of buttons for more components like toolbars.

+
+

Collapse

Get base styles and flexible support for collapsible components like accordions and navigation.

@@ -117,26 +111,78 @@

Typeahead

A basic, easily extended plugin for quickly creating elegant typeaheads with any form text input.

+
+

Transitions *

+

For simple transition effects, include bootstrap-transition.js once to slide in modals or fade out alert messages.

+

* Required for animation in plugins

+

Note: All plugins require the latest version of jQuery to be included.

+ - -