TypeError: 'undefined' is not a function (evaluating '$(document)')

前端 未结 14 2036
猫巷女王i
猫巷女王i 2020-11-22 07:13
  1. I\'m using a WordPress site.
  2. I\'m including this script in the header.

When the script loads, I get this error:

TypeErro

14条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-22 07:45

    Try this snippet:

    jQuery(function($) {
      // Your code.
    })
    

    It worked for me, maybe it will help you too.

提交回复
热议问题