diff --git a/docs/_includes/js/collapse.html b/docs/_includes/js/collapse.html index b7a9acacc..4233f1da2 100644 --- a/docs/_includes/js/collapse.html +++ b/docs/_includes/js/collapse.html @@ -1,8 +1,7 @@
Get base styles and flexible support for collapsible components like accordions and navigation.
+Flexible plugin that utilizes a handful of classes for easy toggle behavior.
Click the button below to show and hide another element.
+Click the buttons below to show and hide another element via class changes:
+.collapse hides content.collapsing is applied during transitions.collapse.in shows contentYou can use a link with the href attribute, or a button with the data-target attribute. In both cases, the data-toggle="collapse" is required.
+ + Link with href + + +
You can extend the collapse plugin with the panel component to create an accordion.
+Extend the default collapse behavior to create an accordion with the panel component.