Documentation
Closed this issue · 1 comments
nunodotferreira commented
Hi
i think that you should indicate in the Readme how to use multiple responsive breaks, like this!
$('#myDiv').tabCollapse({
tabsClass: 'hidden-sm hidden-xs',
accordionClass: 'visible-sm visible-xs'
});
if you use only one of the break's with bootstrap like changing the default break in the below break doesn't work.
Great job, the best tab collapse that i find out for bootstrap.
okendoken commented
Thanks for your suggestion, @nunodotferreira
Added to docs