Closed ktsixit closed 8 years ago
Hi and thank you for this script.
In my page I have set two different tab groups and I noticed that the "active" tab was not converted to active panel properly. I tried to study the code and the fix I applied was to move this part
if ( activeTab ) { $( activeTab ).collapse( 'show' ); }
inside:
$.each( tabGroups, function () {...}
I don't know it it's the best way to solve this issue but it did. Hope that it will be helpful for others.
Hi and thank you for this script.
In my page I have set two different tab groups and I noticed that the "active" tab was not converted to active panel properly. I tried to study the code and the fix I applied was to move this part
if ( activeTab ) { $( activeTab ).collapse( 'show' ); }
inside:
$.each( tabGroups, function () {...}
I don't know it it's the best way to solve this issue but it did. Hope that it will be helpful for others.