jQuery script not loading
-
I have set up a child theme for my website based on the WP Bootstrap Starter theme, but there seems to be a problem while loading my javascript file for my jQuery code. Although I have set up wp_enqueue_scripts in my functions.php (https://prntscr.com/nkm8vm), it will not load.
Alternatively, when I put script tags just above my closing body tag (https://prntscr.com/nkm9ww), my console claims that $ is not a function (https://prntscr.com/nkma5r), which means it loads before the jQuery CDN of the parent theme I assume?
My website file structure looks like this: https://prntscr.com/nkmaqc
So what am I overlooking here? Why is my javascript file not loading properly?
The page I need help with: [log in to see the link]
- The topic ‘jQuery script not loading’ is closed to new replies.