jQuery.easing[jQuery.easing.def] is not a function

后端 未结 9 877
春和景丽
春和景丽 2020-12-25 13:12

I am getting below error when I look in the console:

jQuery.easing[jQuery.easing.def] is not a function

I am trying to make a slider on Wor

9条回答
  •  轮回少年
    2020-12-25 13:41

    Are you importing the jQuery easing plugin? Or anything higher than 1.7.2?

    Then just remove that and use this:

    
    

提交回复
热议问题