From 97c7a83a8fd96ae9e2e227e150f967a4b476f0a9 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 7 Jun 2012 22:12:15 -0700 Subject: remove individual js file download buttons --- docs/javascript.html | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'docs/javascript.html') diff --git a/docs/javascript.html b/docs/javascript.html index cd1321088..2aa5fce2c 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -160,7 +160,6 @@

Bring Bootstrap's components to life—now with 12 custom jQuery plugins.

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

- Download file

Example navbar with scrollspy

Scroll the area below and watch the navigation update. The dropdown sub items will be highlighted as well. Try it!

@@ -703,7 +699,6 @@ $('[data-spy="scroll"]').each(function () {

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

- Download file

Example tabs

Click the tabs below to toggle between hidden panes, even via dropdown menus.

@@ -819,7 +814,6 @@ $('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, use css3 for animations, and data-attributes for local title storage.

- Download file

Example use of Tooltips

Hover over the links below to see tooltips:

@@ -926,7 +920,6 @@ $('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

Example hover popover

Hover over the button to trigger the popover.

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

About alerts

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

- Download

Example alerts

The alerts plugin works on regular alert messages, and block messages.

@@ -1106,7 +1098,6 @@ $('#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

Example uses

Use the buttons plugin for states and toggles.

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

About

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

- Download file

* Requires the Transitions plugin to be included.

Example accordion

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

About

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

- Download file

Example carousel

Watch the slideshow below.

@@ -1484,7 +1473,6 @@ $('.carousel').carousel({

About

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

- Download file

Example

Start typing in the field below to show the typeahead results.

-- cgit v1.2.3