未捕获的TypeError-jQuery fadeOut不是函数

时间:2019-05-10 11:46:29

标签: jquery

我对Jquery有问题。我正在尝试为我的网站编写预加载器代码,但是在控制台中收到以下错误:

  

未捕获的TypeError:jQuery(...)。fadeOut不是函数

代码:

nested = [['nest1_A', 'nest1_B', 'nest1_C'], ['nest2_A', 'nest2_B', 'nest2_C'], ['nest3_A', 'nest3_B']]
get_nest(nested, 2)
>>>['nest1_C', 'nest2_C']

我正在使用此Jquery:
https://code.jquery.com/jquery-3.3.1.slim.min.js

1 个答案:

答案 0 :(得分:2)

请使用https://code.jquery.com/jquery-3.3.1.slim.js之类的非苗条版本,而不要使用https://code.jquery.com/jquery-3.3.1.js,然后重试您的代码

这几天大多数动画都使用CSS3

结帐Difference between normal and slim package of jquery

请检查下面的图片以进一步阐明。我这样做是为了让您更好地理解

非苗条版 enter image description here

修身版 enter image description here