The Issue
I've encountered a problem while developing a small app for a website. The form in the app requires validation, but conflicts with existing jQuery scripts have been causing errors. These conflicting styles are essential to maintain the desired theme and hence I cannot remove them.
Is there a way to transfer the properties of a CSS class to a new class programmatically, so that the conflicting jQuery scripts do not interfere with the styling?
Thank you,
Jacob