Closed rope-hmg closed 8 years ago
Was there something besides the first tab set as the .active
tab? Was it happening to you on the demo page? Did you have multiple tab sets? I'm guessing this is on the Bootstrap 3.0 version since it's the one with var current = $( e.target )....
.
Only the first tab was set to .active
and there was only one tab set on the page. Yes it is the Bootstrap 3.0 version. I didn't actually check the demo page, but I was using Chromium Version 41.0.2272.76 Ubuntu 14.10 (64-bit) in case that helps.
Closing due to inactivity.
Also it doesn't make sense that any if the ids
would start with a #
.
Clicking any of the tabs for the first time would show the new tab and then instantly return to the default tab. ( the one initially set with
.active
class ).After some investigation I changed
to
which seems to have solved to problem.
located at aprox. line 165
I don't know if anyone else was having this issue, but I hope this helps.