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

toggleClass('active') is not working #760

Open
k-graefenhain opened this issue Mar 9, 2023 · 0 comments
Open

toggleClass('active') is not working #760

k-graefenhain opened this issue Mar 9, 2023 · 0 comments

Comments

@k-graefenhain
Copy link

I want to use jQuery to style the sort items. However toggleClass('active') is not working. Here's my code:
jQuery(document).on('click', '.table-sort-arrow', function(evt) { var dataSort = jQuery(this).data('data-sort'); jQuery(this).toggleClass('active'); jQuery(this).addClass('active'); )};

If I change 'active' to 'aktive' everything's fine. Did you supress toggling active? Couldn't find anything in the documentation.

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

1 participant