我正在使用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)发布于 2017-06-10 07:17:41
可能是您加载了jquery不止一次。
jquery支持jplist js的哪个版本。https://stackoverflow.com/questions/44470649
复制相似问题