CalderaWP / Caldera-Forms

Drag and drop, responsive WordPress form builder.
https://CalderaForms.com
GNU General Public License v2.0
187 stars 163 forks source link

load jQuery as dependency for JS files. #2722

Closed Nikschavan closed 5 years ago

Nikschavan commented 5 years ago

Do You Need Immediate Help?

No.

Is This A Feature Request?

No.

What Version Of Caldera Forms, WordPress and PHP Are You Using?

develop branch

Does Your Issue Persist When You Disable All Other Plugins and Switch To The Default Theme?

No.

What Is The Unexpected Behaviour?

parsely.min.js depends on jQuery but it is not added in the dependency array when registering the script. With the themes that don't require jQuery themselves (like Astra) this throws JS errors since jQuery loads after the parsley.min.js

What JavaScript Errors Have You Seen While Reproducing This Bug?

image

pascalknecht commented 5 years ago

I second this. Would be great to have no dependency on jQuery in body.

Shelob9 commented 5 years ago

2805 is a PR for this.

Shelob9 commented 5 years ago

Close via #2805