Hi,
i implement the jstree from demopage and i get following error:
TypeError: $(...).jstree is not a function
this is my demo code:
<div id="plugins1" class="demo plugin-demo">
<ul>
<li data-jstree='{"opened":true}'>Root node
<ul>
<li>Child node 1</li>
<li>Child node 2</li>
</ul>
</li>
</ul>
</div>
and in the js-file:
$("#plugins1").jstree({
"checkbox" : {
"keep_selected_style" : false
},
"plugins" : [ "checkbox" ]
});
could you please help me, what is the mistake? i have included the jstree.js, jquery.
thanks and kind regards,
andy