Slick Carousel Uncaught TypeError: $(…).slick is not a function

前端 未结 15 1584
独厮守ぢ
独厮守ぢ 2020-12-10 00:18

Somehow I\'m unable to use slick carousel (http://kenwheeler.github.io/slick/) correctly.

I\'m getting the following error:

Uncaught TypeError: $(..         


        
15条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-10 01:13

    You failed to load the slick.js file. Add this script file https://kenwheeler.github.io/slick/slick/slick.js.

    I updated your JSFiddle by adding an external file on left sidebar External Resources. Then it doesn't report the error: $(...).slick is not a function.

提交回复
热议问题