TypeError: $ is not a function when calling jQuery function

I have a simple jQuery script in a WordPress theme that is using a following jQuery wrapper :

$(document).ready(function(){

    // jQuery code is in here

});

When I check the page in browser console I constantly keep receiving the following error message:

TypeError: $ is not a function
$(document).ready(function(){

Any help would be greatly appreciated.

Add Comment
  • 0 Answer(s)

    Your Answer

    By posting your answer, you agree to the privacy policy and terms of service.