If you have a link inside the tab body and you click it, tabulous gives it the "tabulous_active" class.
I have checked it with the demo files of your downloadable package.
Thank you.
Update
I change the line 29
from: var links = this.$elem.find('a');
to: var links = this.$elem.children('ul').find('a');
Probably it isn't the best solution, but for now works ok with the code.
If you have a link inside the tab body and you click it, tabulous gives it the "tabulous_active" class.
I have checked it with the demo files of your downloadable package.
Thank you.
Update
I change the line 29
from: var links = this.$elem.find('a');
to: var links = this.$elem.children('ul').find('a');
Probably it isn't the best solution, but for now works ok with the code.