Fix TypeError: $ is not a function when calling jQuery function

Share Now

By default when you enqueue jQuery in WordPress you must use jQuery, and $ is not used (this is for compatibility with other libraries).

Your solution of wrapping it in function will work fine, or you can load jQuery some other way (but that’s probably not a good idea in WordPress).

If you must use document.ready, you can actually pass $ into the function call:

SOLUTION

jQuery(function ($) { ... })
Picture of Nahid Mahamud

Nahid Mahamud

Web Developer | Graphic Designer | WordPress & Woo-commerce Expert