I am getting an error once I changed the $ to jquery in my js file. I understand that I shouldn’t use the $ but why is jquery undefined? jquery comes standard in drupal right? I have noticed in firebug that the closing }); brackets for the ready function are being omitted..?
Share
Like I said in the comment, variables are case sensitive. Make sure that you’ve got it as
jQueryand notjqueryand everything should work 🙂