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.
$('#tree').tree({
data:data,
autoOpen:true
});
what wrong with it?
You sure you included jqTree in the page?