[ad_1]
I am fixing a site, it was working perfectly and suddenly today I get $ not defined. if I replace is with jQuery, it is also not defined. I am at a loss. Any ideas. ? I am working of of showit, which rep\[laces the functions.php file every time I update it, so I have to do everything through custom plugins. Any help would be greatly appreciated.
[ad_2]
Search and replace all your instances of $ in your code or wrap your jQuery functions with jQuery( document ).ready(function($) { … }
This way you can call everything inside with $