Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
HTML
<div id="container"></div>
<script src="jquery-1.11.2.js"></script>	
<script>

$(function() {
  $('#container').jstree({
    'core' : {
      'data' : {
        "url" : "//www.jstree.com/fiddle/"
      }
    }
  });
});
</script>
<script src="jstree.min.js"></script>
<style src="style.min.css"></style>
Posted
Updated 1-May-15 21:53pm
v3
Comments
Do you see any errors listed on console?
fawad masood 2-May-15 6:03am    
no

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900