Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When running in mobile --> unrecognized expression: .resp-tab-active. #1

Open
danielnjoo opened this issue Dec 7, 2017 · 1 comment

Comments

@danielnjoo
Copy link

Hi!

Your fix works for the accordion in desktop view, but when I test it on mobile it breaks for the same reason? Have you tried this? thanks

@KorbenDallas2
Copy link

I cannot seem to do a pull request here, but you can fix this as follows:

Line 162

$respTabs.find('.resp-tab-active.' + options.tabidentify).removeClass('resp-tab-active').css({

Remove the superfluous period at the end of resp-tab-active. Should be:

$respTabs.find('.resp-tab-active' + options.tabidentify).removeClass('resp-tab-active').css({

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants