vtimbuc / bootstrap-responsive-tabs

"Bootstrap Responsive Tabs" is a simple jQuery plugin that switches the default bootstrap tabs to accordions on the viewports that you choose to.
http://vtimbuc.github.io/bootstrap-responsive-tabs/
35 stars 37 forks source link

Accordion panel won't close when clicked #11

Open rexmiller1122 opened 7 years ago

rexmiller1122 commented 7 years ago

I am having the same issue as wesearl91. When the accordion is loaded, if you click on a panel it will open, but if you click on it again it will not close. The normal bootstrap accordion functions this way, so not sure why this one is not. Any ideas?

rexmiller1122 commented 7 years ago

I am not very skilled in js, but I think to get this to work the accordion panel-title needs a data-toggle="collapse" added, but not certain.