bootstrap-tabcollapse
bootstrap-tabcollapse copied to clipboard
Fix for targeting all li's on page
Fix for issue where all first li's across the page get an active class when running showTabs
Hi @AwlO ! Could you explain what problem does your solution fix?
When you have more li's with the class active on your page, it doesn't take into account which are from tabs and which aren't. This solutions fix that, so only search for active li inside the tabs.
Late response, but yeah, exactly as @german95n said
I just came up with a similar fix.