From 7ac0c4a1839d8c18e6d902038ac52178b20411e5 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 26 Sep 2014 18:23:57 -0700 Subject: [PATCH] Port trivial fixes over to hosted docs --- javascript/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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