jQuery UI: TypeError: $(…).accordion is not a function

前端 未结 4 1362
予麋鹿
予麋鹿 2021-02-18 21:00

For some reason the jQuery UI Accordion does not work. I keep getting this error:

TypeError: $(...).accordion is not a function

4条回答
  •  误落风尘
    2021-02-18 21:39

    in your last code lines, include the script in below order :-

    There is no need to include the below as it will be taken care by above scripts.

提交回复
热议问题