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 228 forks source link

startCollapsed: false working? #88

Closed dmverso closed 8 years ago

dmverso commented 8 years ago

Your demo has startCollapsed: false, yet when the page opens in accordion, it is collapsed. Don't switch from tabs to accordion because that works fine.

Awesome solution!

jellekralt commented 8 years ago

Actually, the demo has collapsible: 'accordion',, which only collapses on accordion. Or do you mean something else?

jellekralt commented 8 years ago

I'm closing the issue since there has been no activity for a while. Feel free to reopen if you feel this is still unresolved.