wordpress core jquery vs. https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jq
-
I am working on implementing a responsive menu I found: https://tympanus.net/codrops/2013/04/19/responsive-multi-level-menu/ on one of my sites. This menu is dependent on https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.js in order to run. I’ve tried removing the link to that file and just using the jquery file that comes with WP, but it is not working (and I don’t want to have to dequeue my WP jquery anyway). I am not good with jquery or js and obviously the two files are different, but I don’t understand WHAT is different, and what I can do to avoid using the Google file. This is the site that I am working on https://historickeywestinns.com/new/mobile-homepage/. If you look at the source code you can see that I am linking to the Google file and I have dequeued the WP file…how do I do this the right way and have the menu work??
- The topic ‘wordpress core jquery vs. https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jq’ is closed to new replies.