From 6d3086b7720814bcd50e37c2126ae9d7b7cb0ade Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 30 Jun 2014 21:11:21 -0700 Subject: regenerate with fixes applied --- javascript/index.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'javascript') diff --git a/javascript/index.html b/javascript/index.html index f06068a81..21429d6f9 100644 --- a/javascript/index.html +++ b/javascript/index.html @@ -241,7 +241,7 @@ -
 1 <!-- HTML to write -->
- 2 <a href="#" data-toggle="tooltip" title="Some tooltip text!">Hover over me</a>
- 3
- 4 <!-- Generated markup by the plugin -->
- 5 <div class="tooltip top" role="tooltip">
- 6   <div class="tooltip-arrow"></div>
- 7   <div class="tooltip-inner">
- 8     Some tooltip text!
- 9   </div>
-10 </div>
+
<!-- HTML to write -->
+<a href="#" data-toggle="tooltip" title="Some tooltip text!">Hover over me</a>
+
+<!-- Generated markup by the plugin -->
+<div class="tooltip top" role="tooltip">
+  <div class="tooltip-arrow"></div>
+  <div class="tooltip-inner">
+    Some tooltip text!
+  </div>
+</div>

Options

Options can be passed via data attributes or JavaScript. For data attributes, append the option name to data-, as in data-animation="".

@@ -1990,7 +1990,7 @@

Via data attributes

Use data attributes to easily control the position of the carousel. data-slide accepts the keywords prev or next, which alters the slide position relative to its current position. Alternatively, use data-slide-to to pass a raw slide index to the carousel data-slide-to="2", which shifts the slide position to a particular index beginning with 0.

-

The data-ride="carousel" attribute is used to mark a carousel as animating starting at page load.

+

The data-ride="carousel" attribute is used to mark a carousel as animating starting at page load. It cannot be used in combination with (redundant and unnecessary) explicit JavaScript initialization of the same carousel.

Via JavaScript

Call carousel manually with:

-- cgit v1.2.3