The site is http://www.thecubreporter.com.
Everything was working just fine and I did an upgrade to 6.22 recently. Now my recollection was everything was working fine after I did the upgrade, but shortly thereafter, all javascript stopped working on my site. Mostly using ajax comments and quicktabs. I've attempted various fixes discovered through the web and drupal.org, but with no avail.
Using the Firefox error console, I get this error "$ is not a function".
I am no developer, so speak slowly and use big words.
Comments
Comment #1
twodOn which line and in which file is the error thrown?
Please disable JavaScript Aggregation/Optimization on the Performance page before checking line numbers or all the scripts will have been combined to one file. Does the error happen only when JS Optimization is enabled, only when disabled, or both?
Does it happen in Firefox only, or other browsers as well?
Which versions of the modules you mentioned are you using?
Comment #2
rayvan commentedsounds like jquery isn't integrated properly or maybe it's implementation was broken on your upgrade. $ is the beginning to jQuery syntax.
Comment #3
cweagansSupport requests are never major or critical.
Comment #4
mdupontThere must be a problem somewhere in your *_preprocess_page() or page*.tpl.php that prevents jquery.js from being included. Check your modules and themes for something that is messing with $vars['scripts'].