Skip to content

links inside tab body #3

Description

@joomlachamp

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions