From 12091b9567e77f8b503d31860b3115791b072a3b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 2 Oct 2014 21:19:20 -0700 Subject: Fixes #14711: Account for list groups in collapsing panels --- docs/_includes/js/collapse.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'docs/_includes') diff --git a/docs/_includes/js/collapse.html b/docs/_includes/js/collapse.html index 7dce0e684..fcf2dab04 100644 --- a/docs/_includes/js/collapse.html +++ b/docs/_includes/js/collapse.html @@ -105,6 +105,28 @@ {% endhighlight %} +

It's also possible to swap out .panel-bodys with .list-groups.

+ +
+
+ +
+
    +
  • Bootply
  • +
  • One itmus ac facilin
  • +
  • Second eros
  • +
+ +
+
+
+

You can also use the plugin without the accordion markup. Make a button toggle the expanding and collapsing of another element.

{% highlight html %}