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

前端 未结 4 1360
予麋鹿
予麋鹿 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:26

    Using two jquery.js files may cause a conflict and result in an errorbeing thrown. Avoid importing two or more jquery.js files.

提交回复
热议问题