Uncaught TypeError: jQuery.notifyDefaults is not a function
-
Hi Everyone,
Im trying to develop my first theme. Im using a ready made HTML5 template and adding wordpress functionality to it.
However, I am having some trouble with javascript. The HTML5 template uses jQuery scripts for animating it menu system. I have enqued the scripts and styles from the theme and they are mostly (!) working . However, in order to get them to work i had to search and replace all ‘$’ with ‘jQuery’ – my understanding is that to avoid conflicts wordpress wont allow $.
Some of the javascript functions arent working and im not entirely sure why. The console is saying Uncaught TypeError: jQuery.notifyDefaults is not a function. Could this be due to me changing from $? Does anybody have any experience of this or knowledge of how to get it working?
Thanks in advance for any replies
The page I need help with: [log in to see the link]
- The topic ‘Uncaught TypeError: jQuery.notifyDefaults is not a function’ is closed to new replies.