You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe there's a thing where you have to take the default export from the 'jquery-form' module, and call it as a function to initialize the library. Like:
import jqueryFormInit from 'jquery-form';
jqueryFormInit();
and then after that it works. I've see a similar thing with the select2 library (
Description:
I used vite as the pack tool, there is my vite config below:
vite.config.js
app.js
I got TypeError: Ge(...).ajaxForm is not a function, other old jquery plugins works perfectly, need your help to solve this issue, thanks.
The text was updated successfully, but these errors were encountered: