Uncaught ReferenceError: jQuery is not defined

Hi! I am trying to create a custom section with the Dawn theme.

What I am trying to do is very simple, a date picker, and I have essentially copied the code from online.

However, I get “Uncaught ReferenceError: jQuery is not defined” in the console.

Any ideas how to fix it?

Thank you.


It’s because calling JqueryUI instead of Jquery, you would have to add the following line at the beginning.


By the way, if you’re not going to use JqueryUI, you don’t need to call it.

Greetings