我正在使用jplist JS进行排序和过滤,但我在控制台中收到错误如下:
(index):331 Uncaught TypeError: $(...).jplist is not a function
at HTMLDocument.<anonymous> ((index):331)
at i (jquery.js?ver=1.12.4:2)
at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4:2)
at Function.ready (jquery.js?ver=1.12.4:2)
at HTMLDocument.K (jquery.js?ver=1.12.4:2)
答案 0 :(得分:1)
可能是你加载jquery
多次。
jquery
支持jplist js
。