From 7f32d15fbb096fdf3146997f10cc91dbbd4589fc Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 31 Jan 2012 19:32:42 -0800 Subject: fix links and rebuild --- docs/javascript.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'docs/javascript.html') diff --git a/docs/javascript.html b/docs/javascript.html index fb61f170a..4287f852d 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -199,7 +199,7 @@

About modals

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

- Download file + Download file

Static example

@@ -365,7 +365,7 @@ $('#myModal').on('hidden', function () {

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

- Download file + Download file

Examples

@@ -493,7 +493,7 @@ $('#myModal').on('hidden', function () {

The ScrollSpy plugin is for automatically updating nav targets based on scroll position.

- Download file + Download file

Example navbar with scrollspy

@@ -587,7 +587,7 @@ $('#myModal').on('hidden', function () {

This plugin adds quick, dynamic tab and pill functionality for transitioning through local content.

- Download file + Download file

Example tabs

@@ -695,7 +695,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {

About Tooltips

Inspired by the excellent jQuery.tipsy plugin written by Jason Frame; Tooltips are an updated version, which don't rely on images, uss css3 for animations, and data-attributes for local title storage.

- Download file + Download file

Example use of Tooltips

@@ -796,7 +796,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {

About popovers

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

* Requires Tooltip to be included

- Download file + Download file

Example hover popover

@@ -903,7 +903,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {

About alerts

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

- Download + Download

Example alerts

@@ -973,7 +973,7 @@ $('#my-alert').bind('closed', function () {

About

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

- Download file + Download file

Example uses

@@ -1080,7 +1080,7 @@ $('#my-alert').bind('closed', function () {

About

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

- Download file + Download file

Example accordion

@@ -1233,7 +1233,7 @@ $('#myCollapsible').on('hidden', function () {

About

A generic plugin for cycling through elements. A merry-go-round.

- Download file + Download file

Example carousel

@@ -1359,7 +1359,7 @@ $('.myCarousel').carousel({

About

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

- Download file + Download file

Example

-- cgit v1.2.3