openui5
openui5 copied to clipboard
Replace jQuery $().toggleClass by vanilla js classList.toggle in sap.ui.unified library
Just replacing jQuery .toggleClass
by vanilla js classList.toggle
in sap.ui.unified
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.
sap.f - https://github.com/SAP/openui5/pull/3442 sap.tnt - https://github.com/SAP/openui5/pull/3446
Hello @mauriciolauffer , Thank you for your pull request. I've created an internal record 2280047628. The status of the issue will be updated here in GitHub. Regards, Diana