Remove jQuery Dependency
-
In the frontend script,
ctct_frontend_forms
can you please refactor it to remove the dependency on jQuery?
While the jQuery usage is widespread in that module, it’s not doing anything that you can’t easily do with plain JS. Seems like just HTML element selectors with some event listeners.
Removal of this dependency will align the plugin with the rest of the community that is shedding this dead weight.Thanks for considering this request.
- The topic ‘Remove jQuery Dependency’ is closed to new replies.