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

Target different tab on the same page with unique parameter? #71

Open emage opened 5 years ago

emage commented 5 years ago

I was thinking of having two tabs on the same page but with different settings.

$('#tab-one').responsiveTabs(['xs', 'sm']);

$('#tab-two').responsiveTabs(['md', 'lg']);