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

Leave each tab open until clicked again #44

Closed jpatrickm closed 1 month ago

jpatrickm commented 8 years ago

Is it possible to leave each tab open when another one is clicked so that they just individually toggle and aren't connected to each other? The problem is that when one tab is open and another tab is clicked, the collapsing tab above causes the page content to jump significantly so the user doesn't know where they were on the page.

jpatrickm commented 8 years ago

Or alternatively some kind of jump or auto-scroll to the top of the active tab that I've seen with the Bootstrap accordion function.

foloed commented 8 years ago

Odd, we both needed this at around the same time. I have submitted a pull request with the code requested.