Created by: workwithnano
Fixes a bug where using the [data-tabs] or [data-pills] multiple times in a page causes all tabs to be associated together.
Sample code to trigger bug on a page w/ bootstrap being used:
`
`If you clicked on "Link2" in "tabgroup1" after loading the page, it will become active and all other tabs (including those in "tabgroup2" would become inactive, even though they are in a different tabgroup.