ztree Uncaught TypeError: Cannot read property init of undefined

问题产生原因 :   jquery引用两次 导致 ztree 中的init方法不能被识别,


报ztree   Uncaught TypeError: Cannot read property 'init' of undefined


在装载初始数据时,一直没有显示。一直看代码,但怎么看怎么没问题。后来发现 'init' of undefined。


一找原因,是两次引入jquery所致,然后init 就会报错  Uncaught TypeError: Cannot read property 'init' of undefined


删除掉一个版本的jquery 。问题解决了。


相关标签:

分享者:海带
分享于:2020-05-10
博 客:海带博客
专 题: 无
位 置:前端系列__js

评论: