Update: The tabs is also Bootstrap tabs. So in other words, i have a bootstrap carousel in a bootstrap tab. When you select the 'tab' bootstrap fires off a 'remove active' for the other tabs. Sadly it bleeds down into my carousel and removes the item active class needed to start the carousel.
Wordpress single product page tabbable nav-tabs. There is a jquery listener somewhere that removes/adds active class for the tabs on click. I added a bootstrap carousel in one of the tabs and the tab listener is also removing the 'active' class on the first element or my carousel killing it. I tried for hours tracing events in dev tools but cant find the listener to refine the target. I tried adding it back with jquery but the remove is happening after the 'add-back'. Tried my add-back in the very top of the head, and then in the foot to try to get priority over the Remove listener.
Anyone familiar with this? I'd add code but thats sort of redundant now...