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

Copy li classes to outermost generated div #2

Closed Spunkie closed 10 years ago

Spunkie commented 10 years ago

In reference to your previous comment I've opened a new issue for this.

Would it be possible to pull over the classes from the tab <li> to the outermost <div> of the generated accordions. So that code like jQuery(".example_li").addClass("hidden"); will continue to function across both the tabs and accordion.

Spunkie commented 10 years ago

Thanks, works great in my tests.