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 @@
remote
option.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
false
- If 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