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

后端 未结 9 833
春和景丽
春和景丽 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:46

    To save everyone some time. Open your Jquery easing plugin file and wrap the code inside:

    $(document).ready(function() {
      Code goes here...
    });
    

提交回复
热议问题