openam / bootstrap-responsive-tabs

Bootstrap responsive tabs are tabs that switch to collapsible components (accordions) when resized.
openam.github.io/bootstrap-responsive-tabs
MIT License
132 stars 60 forks source link

Update responsive-tabs.js #30

Closed jeffda closed 8 years ago

jeffda commented 9 years ago

Tabs' contents would not be repopulated from its respective panel-body if the nav-tabs element didn't have a pre-defined ID.

cbier commented 8 years ago

I also encountered this issue. Thanks for making a pull request

mav2287 commented 8 years ago

I was also having issues with this until I looked at the source and saw it needed ids. I would have never given them ids otherwise.