i'm using jqTree plugin. but in console.log it has an error that says:"$(.....).tree " is not a function. but in the link http://www.jqueryscript.net/layout/jQuery-Plugin-for-Tree-Widget-jqTree.html it says just tree function like below.
我正在使用jqTree插件。但是在console.log中它有一个错误,上面写着:“$(.....)。tree”不是一个函数。但在链接http://www.jqueryscript.net/layout/jQuery-Plugin-for-Tree-Widget-jqTree.html它只是说下面的树功能。
$('#tree').tree({
data:data,
autoOpen:true
});
what wrong with it?
怎么了?
1 个解决方案
#1
0
You sure you included jqTree in the page?
你确定你在页面中包含了jqTree吗?
#1
0
You sure you included jqTree in the page?
你确定你在页面中包含了jqTree吗?