jellekralt / Responsive-Tabs

Responsive Tabs is a jQuery plugin that provides responsive tab functionality. The tabs transform to an accordion when it reaches a CSS breakpoint. You can use this plugin as a solution for displaying tabs elegantly on desktop, tablet and mobile.
http://jellekralt.github.io/Responsive-Tabs/
MIT License
531 stars 227 forks source link

Multiple Tabs Open #71

Closed coxrichuk closed 8 years ago

coxrichuk commented 9 years ago

Is there a way when in Accordion mode to have multiple tabs / panels open on first load?

If this isn't available I am happy to put a pull request into facilitate this.

I guess the best way would be to pass an array to active similar to disabled ?

jellekralt commented 9 years ago

Currently, this is not supported. I'd be happy to accept a pull request though, sounds like a good improvement! Off the top of my head I think the _getStartTab function would need some work and the places where the function is called.

jellekralt commented 9 years ago

Also, this relates to #40

jellekralt commented 8 years ago

Closing this as a duplicate of #40