0
Anonymous
Hello, I am getting the following error messages in Google Chrome Browser developer console. And, the open/close function is no longer working in the accordion. http://web-speed.info/forms/
If I need to move how the jquery is loaded, for example, to the page header, I don't know how to do that in WordPress.
(index):1414 Uncaught TypeError: $(...).accordion is not a function
at i (jquery.js?ver=1.12.4:2)
at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4:2)
at Function.ready (jquery.js?ver=1.12.4:2)
at HTMLDocument.K (jquery.js?ver=1.12.4:2)
2 Subscribers
Submit Answer
1 Answers
Best Answer
0
Welcome to our forum.
I don't have access to your link, this issue is happening when you enqueue js file on the footer, you need to enqueue at the header.
Let me know for more help.
Regards