From: Chris Rebert Date: Sat, 27 Sep 2014 01:23:57 +0000 (-0700) Subject: Port trivial fixes over to hosted docs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ac0c4a1839d8c18e6d902038ac52178b20411e5;p=thirdparty%2Fbootstrap.git Port trivial fixes over to hosted docs --- diff --git a/javascript/index.html b/javascript/index.html index 2929d3586f..073c563480 100644 --- a/javascript/index.html +++ b/javascript/index.html @@ -489,7 +489,7 @@ loaded.bs.modal - This event is fired when the modal has loaded content using the remote option. + This event is fired when the modal has loaded content using the remote option. @@ -609,7 +609,7 @@ ... </ul> </div> -

To keep URLs intact, use the data-target attribute instead of href="#".

+

To keep URLs intact with link buttons, use the data-target attribute instead of href="#".

<div class="dropdown">
   <a id="dLabel" role="button" data-toggle="dropdown" data-target="#" href="/page.html">
     Dropdown <span class="caret"></span>
@@ -1498,7 +1498,7 @@
 
 
   

Events

-

Bootstrap's alert class exposes a few events for hooking into alert functionality.

+

Bootstrap's alert plugin exposes a few events for hooking into alert functionality.

@@ -1817,7 +1817,7 @@ - +
parent selector falseIf selector then all collapsible elements under the specified parent will be closed when this collapsible item is shown. (similar to traditional accordion behavior - this dependent on the panel class)If a selector is provided, then all collapsible elements under the specified parent will be closed when this collapsible item is shown. (similar to traditional accordion behavior - this is dependent on the panel class)
toggle