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

Replace jQuery $().toggleClass by vanilla js classList.toggle in sap.tnt library #3446

Closed

Conversation

mauriciolauffer
Copy link
Contributor

Just replacing jQuery .toggleClass by vanilla js classList.toggle in sap.tnt library. Hopefully more people can help tackling other libraries, then other jQuery features, until we don't have jQuery in the code base anymore.

jQuery .toggleClass can be replaced by classList.toggle and it's supported by IE11, not just modern browsers.

@mauriciolauffer
Copy link
Contributor Author

mauriciolauffer commented Jan 31, 2022

Same for sap.f - #3442

@Shtilianova
Copy link
Contributor

Shtilianova commented Feb 4, 2022

Hello @mauriciolauffer,
Thank you for your pull request. I've created an internal record 2280047629. The status of the issue will be updated here in GitHub.
Regards, Diana

@dimovpetar
Copy link
Contributor

Thanks for your contribution! The pull request has been merged into the openui5 repository. The change will be included in the UI5 version 1.100.0

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

Successfully merging this pull request may close these issues.

3 participants