cmb69 / advancedform_xh

Custom form plugin for CMSimple_XH
GNU General Public License v3.0
3 stars 4 forks source link

Drop Front-End jQuery usage #51

Closed cmb69 closed 3 years ago

cmb69 commented 5 years ago

After issue #43 has been resolved, there is no more need for having jQuery loaded in the front-end, since it is only used to implement Advancedform_focusField(), and that can easily replaced by vanilla JS.

This introduces a potential BC break for those relying on jQuery being loaded by Advancedform_XH, though.